Commit e732ff707743e5ceba6ae2bfc7e799a0bac30ffa
Committed by
Linus Torvalds
1 parent
27d6379894
Exists in
master
and in
39 other branches
mmu_notifier.h: fix comment spelling
Signed-off-by: Figo.zhang <figo1802@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
include/linux/mmu_notifier.h
... | ... | @@ -227,7 +227,7 @@ |
227 | 227 | |
228 | 228 | /* |
229 | 229 | * These two macros will sometime replace ptep_clear_flush. |
230 | - * ptep_clear_flush is impleemnted as macro itself, so this also is | |
230 | + * ptep_clear_flush is implemented as macro itself, so this also is | |
231 | 231 | * implemented as a macro until ptep_clear_flush will converted to an |
232 | 232 | * inline function, to diminish the risk of compilation failure. The |
233 | 233 | * invalidate_page method over time can be moved outside the PT lock |