aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mn10300
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/mn10300
parentmm/Kconfig: Grammar s/an/a/ (diff)
downloadlinux-dev-aa5e5dc2a8878ecf1a94819d889939023fd576c9.tar.xz
linux-dev-aa5e5dc2a8878ecf1a94819d889939023fd576c9.zip
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/mn10300')
-rw-r--r--arch/mn10300/include/asm/mmu_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mn10300/include/asm/mmu_context.h b/arch/mn10300/include/asm/mmu_context.h
index c67c2b5365a6..75dbe696f830 100644
--- a/arch/mn10300/include/asm/mmu_context.h
+++ b/arch/mn10300/include/asm/mmu_context.h
@@ -71,7 +71,7 @@ static inline unsigned long allocate_mmu_context(struct mm_struct *mm)
local_flush_tlb_all();
/* fix the TLB version if needed (we avoid version #0 so as to
- * distingush MMU_NO_CONTEXT) */
+ * distinguish MMU_NO_CONTEXT) */
if (!mc)
*pmc = mc = MMU_CONTEXT_FIRST_VERSION;
}