]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
vdso: Correct typo in PAGE_SHIFT comment
authorHaiyue Wang <haiyuewa@163.com>
Sat, 28 Dec 2024 12:15:08 +0000 (20:15 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 15 Jan 2025 10:07:08 +0000 (11:07 +0100)
Signed-off-by: Haiyue Wang <haiyuewa@163.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20241228121518.80812-1-haiyuewa@163.com
include/vdso/page.h

index 710ae2414e68f4a06cb5a7d421b5cd79e323cae9..bc47186c07fc9c97c6a8286256dd7e4b3b923c8f 100644 (file)
@@ -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