From bf80a2752e1eaf11883032f4531bf28ac71dee68 Mon Sep 17 00:00:00 2001 From: "Figo.zhang" Date: Tue, 26 Oct 2010 21:01:47 +0800 Subject: [PATCH] --- yaml --- r: 218917 b: refs/heads/master c: e732ff707743e5ceba6ae2bfc7e799a0bac30ffa h: refs/heads/master i: 218915: ef9629e172a3378b16f5caf496fb08a0e9760a10 v: v3 --- [refs] | 2 +- trunk/include/linux/mmu_notifier.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 084411587260..e62e39f1432e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 27d6379894be4a81984da4d48002196a83939ca9 +refs/heads/master: e732ff707743e5ceba6ae2bfc7e799a0bac30ffa diff --git a/trunk/include/linux/mmu_notifier.h b/trunk/include/linux/mmu_notifier.h index 4e02ee2b071e..43dcfbdc39de 100644 --- a/trunk/include/linux/mmu_notifier.h +++ b/trunk/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