]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/mn10300/include/asm/mmu_context.h
treewide: fix "distingush" typo
[mirror_ubuntu-artful-kernel.git] / arch / mn10300 / include / asm / mmu_context.h
index c67c2b5365a6dbef415d767a69db49f73ea2ad69..75dbe696f830cc93284a47f61fb5ae4a00f2a292 100644 (file)
@@ -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;
        }