diff options
| author | Michael Hayes <mike@aiinc.ca> | 2003-02-25 02:07:36 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-02-25 02:07:36 -0800 |
| commit | e5137db6b604b9feed0545954e8ea0495fee1249 (patch) | |
| tree | 1c778f6104840c289cf33e4a80249b33ff1f0f9b /include/asm-mips | |
| parent | 9925742a33a9e527fa849b2128d4dd368b497f77 (diff) | |
[PATCH] Spelling fixes: doesn't
doesnt -> doesn't (35 occurrences)
Diffstat (limited to 'include/asm-mips')
| -rw-r--r-- | include/asm-mips/pgtable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/pgtable.h b/include/asm-mips/pgtable.h index 3ca40f63456e..8a0fb426172f 100644 --- a/include/asm-mips/pgtable.h +++ b/include/asm-mips/pgtable.h @@ -291,7 +291,7 @@ extern inline void pte_clear(pte_t *ptep) } /* - * (pmds are folded into pgds so this doesnt get actually called, + * (pmds are folded into pgds so this doesn't get actually called, * but the define is needed for a generic inline function.) */ #define set_pmd(pmdptr, pmdval) (*(pmdptr) = pmdval) |
