Commit 06fca2f0 authored by James Mayer's avatar James Mayer Committed by Linus Torvalds

[PATCH] Typo in linux_include_asm-sh_pgtable-2level.h

parent dca05963
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment