From: Andrew Morton Date: Fri, 19 Aug 2022 21:49:53 +0000 (-0700) Subject: asm-generic-sections-refactor-memory_intersects-fix X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=84e0fdf827d83f30a51d47822ec842f552049ae1;p=users%2Fjedix%2Flinux-maple.git 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 --- 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