]> git.hungrycats.org Git - linux/commitdiff
[PATCH] Typo in linux_include_asm-cris_pgtable.h
authorJames Mayer <james@cobaltmountain.com>
Mon, 15 Jul 2002 06:01:15 +0000 (23:01 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Mon, 15 Jul 2002 06:01:15 +0000 (23:01 -0700)
include/asm-cris/pgtable.h

index 57e39133075288371efd68ac55df1e0471591d78..37ab897db8bed0b49f2152cc6add3e835bd96bd8 100644 (file)
@@ -164,7 +164,7 @@ static inline void flush_tlb(void)
  */
 #define set_pte(pteptr, pteval) ((*(pteptr)) = (pteval))
 /*
- * (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)