summaryrefslogtreecommitdiff
path: root/payloads/libpayload/libc/malloc.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-02-15 09:27:11 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-02-17 16:01:50 +0000
commit824b4b8a2038e91d008ac60919fbc742c3facc61 (patch)
treec92e2311f426e618ee992459b03af3bc6112e233 /payloads/libpayload/libc/malloc.c
parent9c26605353873165805ce611d93e259a8545853e (diff)
downloadcoreboot-824b4b8a2038e91d008ac60919fbc742c3facc61.tar.xz
payloads: Fix typos
Change-Id: Ib7f1ba1766e5c972542ce7571a8aa3583c513823 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38911 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'payloads/libpayload/libc/malloc.c')
-rw-r--r--payloads/libpayload/libc/malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/libpayload/libc/malloc.c b/payloads/libpayload/libc/malloc.c
index 510758970e..1fdb59e9b1 100644
--- a/payloads/libpayload/libc/malloc.c
+++ b/payloads/libpayload/libc/malloc.c
@@ -318,7 +318,7 @@ void *realloc(void *ptr, size_t size)
struct align_region_t
{
- /* If alignment is 0 then the region reqpresents a large region which
+ /* If alignment is 0 then the region represents a large region which
* has no metadata for tracking subelements. */
int alignment;
/* start in memory, and size in bytes */