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

index a14015c433706bbe550cc10e9e1ab1ab5d6b3527..b11384a849cd8049574fa097a5fb7100755b475f 100644 (file)
@@ -42,7 +42,7 @@ static inline void pgd_clear (pgd_t * pgdp)   { }
  */
 #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)