From: Figo.zhang Date: Tue, 26 Oct 2010 13:01:47 +0000 (+0800) Subject: mmu_notifier.h: fix comment spelling X-Git-Tag: v2.6.37-rc1~70 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=e732ff707743e5ceba6ae2bfc7e799a0bac30ffa;p=~shefty%2Frdma-dev.git mmu_notifier.h: fix comment spelling Signed-off-by: Figo.zhang Signed-off-by: Linus Torvalds --- diff --git a/include/linux/mmu_notifier.h b/include/linux/mmu_notifier.h index 4e02ee2b071..43dcfbdc39d 100644 --- a/include/linux/mmu_notifier.h +++ b/include/linux/mmu_notifier.h @@ -227,7 +227,7 @@ static inline void mmu_notifier_mm_destroy(struct mm_struct *mm) /* * These two macros will sometime replace ptep_clear_flush. - * ptep_clear_flush is impleemnted as macro itself, so this also is + * ptep_clear_flush is implemented as macro itself, so this also is * implemented as a macro until ptep_clear_flush will converted to an * inline function, to diminish the risk of compilation failure. The * invalidate_page method over time can be moved outside the PT lock