From 09b151e310382e61c123dd87b765b9a20e8cf211 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Fri, 19 Aug 2022 14:49:53 -0700 Subject: [PATCH] asm-generic-sections-refactor-memory_intersects-fix fix nearby comment typo Cc: Ard Biesheuvel Cc: Arnd Bergmann Cc: Quanyang Wang Cc: Thierry Reding Signed-off-by: Andrew Morton --- include/asm-generic/sections.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/asm-generic/sections.h b/include/asm-generic/sections.h index c51b3e7925cd..db13bb620f52 100644 --- a/include/asm-generic/sections.h +++ b/include/asm-generic/sections.h @@ -97,7 +97,7 @@ static inline bool memory_contains(void *begin, void *end, void *virt, /** * memory_intersects - checks if the region occupied by an object intersects * with another memory region - * @begin: virtual address of the beginning of the memory regien + * @begin: virtual address of the beginning of the memory region * @end: virtual address of the end of the memory region * @virt: virtual address of the memory object * @size: size of the memory object -- 2.50.1