From: Ethon Paul Date: Thu, 4 Jun 2020 23:49:31 +0000 (-0700) Subject: mm: fix a typo in comment "strucure"->"structure" X-Git-Tag: v5.10.7~2446^2~64 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=68956ccb6ca96bd8873c1a0d30d9749094090922;p=platform%2Fkernel%2Flinux-rpi.git mm: fix a typo in comment "strucure"->"structure" There is a typo in comment, fix it. Signed-off-by: Ethon Paul Signed-off-by: Andrew Morton Reviewed-by: Ralph Campbell Link: http://lkml.kernel.org/r/20200411064723.15855-1-ethp@qq.com Signed-off-by: Linus Torvalds --- diff --git a/mm/internal.h b/mm/internal.h index 9117bca90..791e4b5a 100644 --- a/mm/internal.h +++ b/mm/internal.h @@ -132,7 +132,7 @@ extern pmd_t *mm_find_pmd(struct mm_struct *mm, unsigned long address); * * zonelist, preferred_zone and highest_zoneidx 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 {