From 74f18777a2e6919172a4214c3195bfcc48f48407 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sun, 3 Sep 2023 21:38:29 -0600 Subject: arch to drivers/intel: Fix misspellings & capitalization issues Signed-off-by: Martin Roth Change-Id: Ic52f01d1d5d86334e0fd639b968b5eed43a35f1d Reviewed-on: https://review.coreboot.org/c/coreboot/+/77633 Reviewed-by: Eric Lai Reviewed-by: Elyes Haouas Tested-by: build bot (Jenkins) --- src/commonlib/bsd/lz4_wrapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commonlib/bsd') diff --git a/src/commonlib/bsd/lz4_wrapper.c b/src/commonlib/bsd/lz4_wrapper.c index 73a3571470..efe246bd02 100644 --- a/src/commonlib/bsd/lz4_wrapper.c +++ b/src/commonlib/bsd/lz4_wrapper.c @@ -8,7 +8,7 @@ /* LZ4 comes with its own supposedly portable memory access functions, but they * seem to be very inefficient in practice (at least on ARM64). Since coreboot - * knows about endinaness and allows some basic assumptions (such as unaligned + * knows about endianness and allows some basic assumptions (such as unaligned * access support), we can easily write the ones we need ourselves. */ static uint16_t LZ4_readLE16(const void *src) { -- cgit v1.2.3