aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload
diff options
context:
space:
mode:
Diffstat (limited to 'payloads/libpayload')
-rw-r--r--payloads/libpayload/arch/arm64/main.c2
-rw-r--r--payloads/libpayload/libc/malloc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/payloads/libpayload/arch/arm64/main.c b/payloads/libpayload/arch/arm64/main.c
index e616956b10..aa2292ffec 100644
--- a/payloads/libpayload/arch/arm64/main.c
+++ b/payloads/libpayload/arch/arm64/main.c
@@ -64,7 +64,7 @@ static void pre_sysinfo_scan_mmu_setup(void)
mmu_presysinfo_memory_used(start, end - start);
/*
- * Memory range 2: Coreboot tables
+ * Memory range 2: coreboot tables
*
* Maximum size is assumed 2 pages in case it crosses the GRANULE_SIZE
* boundary
diff --git a/payloads/libpayload/libc/malloc.c b/payloads/libpayload/libc/malloc.c
index b7ac1a7c60..595af63194 100644
--- a/payloads/libpayload/libc/malloc.c
+++ b/payloads/libpayload/libc/malloc.c
@@ -94,7 +94,7 @@ void init_dma_memory(void *start, u32 size)
}
/*
- * DMA memory might not be zeroed by Coreboot on stage loading, so make
+ * DMA memory might not be zeroed by coreboot on stage loading, so make
* sure we clear the magic cookie from last boot.
*/
*(hdrtype_t *)start = 0;