aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorHaiyue Wang <haiyuewa@163.com>2024-12-28 20:15:08 +0800
committerThomas Gleixner <tglx@linutronix.de>2025-01-15 11:07:08 +0100
commit763d1ebec843b5048761e094281281abbd9a75f0 (patch)
tree747dca6e611cf6709757ac05654747748619cf29
parentLinux 6.13-rc7 (diff)
downloadwireguard-linux-763d1ebec843b5048761e094281281abbd9a75f0.tar.xz
wireguard-linux-763d1ebec843b5048761e094281281abbd9a75f0.zip
vdso: Correct typo in PAGE_SHIFT comment
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
Diffstat (limited to '')
-rw-r--r--include/vdso/page.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vdso/page.h b/include/vdso/page.h
index 710ae2414e68..bc47186c07fc 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