Skip to content

Commit 763d1eb

Browse files
haiyuewaKAGA-KOKO
authored andcommitted
vdso: Correct typo in PAGE_SHIFT comment
Signed-off-by: Haiyue Wang <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/all/[email protected]
1 parent 5bc55a3 commit 763d1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/vdso/page.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* PAGE_SHIFT determines the page size.
99
*
1010
* Note: This definition is required because PAGE_SHIFT is used
11-
* in several places throuout the codebase.
11+
* in several places throughout the codebase.
1212
*/
1313
#define PAGE_SHIFT CONFIG_PAGE_SHIFT
1414

0 commit comments

Comments
 (0)