]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - arch/cris/include/asm/pgtable.h
Fix common misspellings
[mirror_ubuntu-bionic-kernel.git] / arch / cris / include / asm / pgtable.h
index 9eaae217b21b755298809150cca419904bd5c944..7df4301383558410a18def3788b743d4d523251d 100644 (file)
@@ -97,7 +97,7 @@ extern unsigned long empty_zero_page;
 #define pte_clear(mm,addr,xp)  do { pte_val(*(xp)) = 0; } while (0)
 
 #define pmd_none(x)     (!pmd_val(x))
-/* by removing the _PAGE_KERNEL bit from the comparision, the same pmd_bad
+/* by removing the _PAGE_KERNEL bit from the comparison, the same pmd_bad
  * works for both _PAGE_TABLE and _KERNPG_TABLE pmd entries.
  */
 #define        pmd_bad(x)      ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_KERNEL)) != _PAGE_TABLE)