[PATCH v1] vdso: correct typo in PAGE_SHIFT comment

From: Haiyue Wang
Date: Sat Dec 28 2024 - 07:16:25 EST


Correct a typo in a source code comment in <vdso/page.h>.

Signed-off-by: Haiyue Wang <haiyuewa@xxxxxxx>
---
include/vdso/page.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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

--
2.47.1