summaryrefslogtreecommitdiff
path: root/include/asm-sh/pgtable-2level.h
diff options
context:
space:
mode:
authorJames Mayer <james@cobaltmountain.com>2002-07-14 23:11:57 -0700
committerLinus Torvalds <torvalds@penguin.transmeta.com>2002-07-14 23:11:57 -0700
commit06fca2f0df3a7b059bbe06a4553063f0ce2e563f (patch)
treea10733b98d9fc9e34ef1153d346dd52ce8b39516 /include/asm-sh/pgtable-2level.h
parentdca05963115bed373ddb270b81ec032485421efe (diff)
[PATCH] Typo in linux_include_asm-sh_pgtable-2level.h
Diffstat (limited to 'include/asm-sh/pgtable-2level.h')
-rw-r--r--include/asm-sh/pgtable-2level.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sh/pgtable-2level.h b/include/asm-sh/pgtable-2level.h
index a14015c43370..b11384a849cd 100644
--- a/include/asm-sh/pgtable-2level.h
+++ b/include/asm-sh/pgtable-2level.h
@@ -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)