[PATCH v4 02/47] sandbox: Correct a typo in mapmem
Simon Glass
sjg at chromium.org
Thu Mar 6 17:03:29 CET 2025
This should say 'cast', not 'case', so fix it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
include/mapmem.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/mapmem.h b/include/mapmem.h
index f496c96d16c..8ec03d59f0b 100644
--- a/include/mapmem.h
+++ b/include/mapmem.h
@@ -33,7 +33,7 @@ static inline phys_addr_t map_to_sysmem(const void *ptr)
* nomap_sysmem() - pass through an address unchanged
*
* This is used to indicate an address which should NOT be mapped, e.g. in
- * SMBIOS tables. Using this function instead of a case shows that the sandbox
+ * SMBIOS tables. Using this function instead of a cast shows that the sandbox
* conversion has been done
*/
static inline void *nomap_sysmem(phys_addr_t paddr, unsigned long len)
--
2.43.0
More information about the U-Boot
mailing list