diff options
| author | Haiyue Wang <haiyuewa@163.com> | 2024-12-28 20:15:08 +0800 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2025-01-15 11:07:08 +0100 |
| commit | 763d1ebec843b5048761e094281281abbd9a75f0 (patch) | |
| tree | 747dca6e611cf6709757ac05654747748619cf29 /include/vdso | |
| parent | 5bc55a333a2f7316b58edc7573e8e893f7acb532 (diff) | |
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 'include/vdso')
| -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 |
