Re: [PATCH] mm: Fix a typo in comment "strucure"->"structure"

From: Ralph Campbell
Date: Wed Apr 15 2020 - 15:15:51 EST



On 4/10/20 11:47 PM, Ethon Paul wrote:
There is a typo in comment, fix it.

Signed-off-by: Ethon Paul <ethp@xxxxxx>

Reviewed-by: Ralph Campbell <rcampbell@xxxxxxxxxx>

---
mm/internal.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/internal.h b/mm/internal.h
index b5634e78f01d..7e998459f887 100644
--- a/mm/internal.h
+++ b/mm/internal.h
@@ -130,7 +130,7 @@ extern pmd_t *mm_find_pmd(struct mm_struct *mm, unsigned long address);
*
* zonelist, preferred_zone and classzone_idx are set first in
* __alloc_pages_nodemask() for the fast path, and might be later changed
- * in __alloc_pages_slowpath(). All other functions pass the whole strucure
+ * in __alloc_pages_slowpath(). All other functions pass the whole structure
* by a const pointer.
*/
struct alloc_context {