aboutsummaryrefslogtreecommitdiff
path: root/arch/m32r/include
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@free-electrons.com>2013-09-18 06:00:43 +0200
committerJiri Kosina <jkosina@suse.cz>2013-10-14 15:38:33 +0200
commitaa5e5dc2a8878ecf1a94819d889939023fd576c9 (patch)
tree8aadaae0d001fcfda3717ee48e8604ee055ddb27 /arch/m32r/include
parent18f6533277cf21614bee1fb1eed2633dce0cf242 (diff)
treewide: fix "distingush" typo
Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/m32r/include')
-rw-r--r--arch/m32r/include/asm/mmu_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m32r/include/asm/mmu_context.h b/arch/m32r/include/asm/mmu_context.h
index a979a4198168..9fc78fc44445 100644
--- a/arch/m32r/include/asm/mmu_context.h
+++ b/arch/m32r/include/asm/mmu_context.h
@@ -45,7 +45,7 @@ static inline void get_new_mmu_context(struct mm_struct *mm)
Flush all TLB and start new cycle. */
local_flush_tlb_all();
/* Fix version if needed.
- Note that we avoid version #0 to distingush NO_CONTEXT. */
+ Note that we avoid version #0 to distinguish NO_CONTEXT. */
if (!mc)
mmu_context_cache = mc = MMU_CONTEXT_FIRST_VERSION;
}