From: Haiyue Wang Date: Sat, 28 Dec 2024 12:15:08 +0000 (+0800) Subject: vdso: Correct typo in PAGE_SHIFT comment X-Git-Tag: v6.14-rc1~181^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=763d1ebec843b5048761e094281281abbd9a75f0;p=thirdparty%2Fkernel%2Flinux.git vdso: Correct typo in PAGE_SHIFT comment Signed-off-by: Haiyue Wang Signed-off-by: Thomas Gleixner Link: https://lore.kernel.org/all/20241228121518.80812-1-haiyuewa@163.com --- diff --git a/include/vdso/page.h b/include/vdso/page.h index 710ae2414e68f..bc47186c07fc9 100644 --- a/include/vdso/page.h +++ b/include/vdso/page.h @@ -8,7 +8,7 @@ * PAGE_SHIFT determines the page size. * * Note: This definition is required because PAGE_SHIFT is used - * in several places throuout the codebase. + * in several places throughout the codebase. */ #define PAGE_SHIFT CONFIG_PAGE_SHIFT