diff options
author | 2024-12-28 20:15:08 +0800 | |
---|---|---|
committer | 2025-01-15 11:07:08 +0100 | |
commit | 763d1ebec843b5048761e094281281abbd9a75f0 (patch) | |
tree | 747dca6e611cf6709757ac05654747748619cf29 | |
parent | Linux 6.13-rc7 (diff) | |
download | wireguard-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.h | 2 |
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 |