From 3e25f85d68d10249473d422c4c19dc30ea55e8b0 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 4 Sep 2023 15:37:07 -0600 Subject: drivers/ipmi to lib: Fix misspellings & capitalization issues Signed-off-by: Martin Roth Change-Id: I926ec4c1c00339209ef656995031026935e52558 Reviewed-on: https://review.coreboot.org/c/coreboot/+/77637 Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) --- src/lib/ramdetect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/ramdetect.c') diff --git a/src/lib/ramdetect.c b/src/lib/ramdetect.c index 328ca07a62..cfec0296e7 100644 --- a/src/lib/ramdetect.c +++ b/src/lib/ramdetect.c @@ -18,7 +18,7 @@ int __weak probe_mb(const uintptr_t dram_start, const uintptr_t size) void *ptr = (void *) addr; size_t i; - /* Don't accidentally clober oneself. */ + /* Don't accidentally clobber oneself. */ if (OVERLAP(addr, addr + sizeof(uint32_t), (uintptr_t)_program, (uintptr_t) _eprogram)) return 1; -- cgit v1.2.3