From: Ye Liu Date: Mon, 21 Apr 2025 08:57:29 +0000 (+0800) Subject: mm/rmap: fix typo in comment in page_address_in_vma X-Git-Tag: v6.16-rc1~92^2~116 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ca954046c9397c652d568a87a3d4646bd3b73db;p=thirdparty%2Flinux.git mm/rmap: fix typo in comment in page_address_in_vma Fix a minor typo in the comment above page_address_in_vma(): "responsibililty" → "responsibility" Link: https://lkml.kernel.org/r/20250421085729.127845-3-ye.liu@linux.dev Signed-off-by: Ye Liu Reviewed-by: Lorenzo Stoakes Reviewed-by: Harry Yoo Cc: David Hildenbrand Cc: Liam Howlett Cc: Miaohe Lin Cc: Naoya Horiguchi Cc: Rik van Riel Cc: Vlastimil Babka Signed-off-by: Andrew Morton --- diff --git a/mm/rmap.c b/mm/rmap.c index 11f3c0fc769f1..fb63d9256f092 100644 --- a/mm/rmap.c +++ b/mm/rmap.c @@ -774,7 +774,7 @@ static bool should_defer_flush(struct mm_struct *mm, enum ttu_flags flags) * @vma: The VMA we need to know the address in. * * Calculates the user virtual address of this page in the specified VMA. - * It is the caller's responsibililty to check the page is actually + * It is the caller's responsibility to check the page is actually * within the VMA. There may not currently be a PTE pointing at this * page, but if a page fault occurs at this address, this is the page * which will be accessed.