aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2015-05-14 01:01:43 +0000
committerJohannes Weiner <hannes@cmpxchg.org>2015-05-14 01:01:43 +0000
commitf293c9febfb0acdceae593f168d7c67c18508e7c (patch)
tree99b1b0924cc9f2a6ab445161aa20d8e5e21fe69f
parent4c138afd1b7d3759da097841e3703bfab9f9fc5b (diff)
downloadmm-next-f293c9febfb0acdceae593f168d7c67c18508e7c.tar.gz
mm-clarify-that-the-function-operateds-on-hugepage-pte-fix
fix comment Cc: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-rw-r--r--include/asm-generic/pgtable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-generic/pgtable.h b/include/asm-generic/pgtable.h
index e3c581a88c19a..a06b01db241d3 100644
--- a/include/asm-generic/pgtable.h
+++ b/include/asm-generic/pgtable.h
@@ -196,7 +196,7 @@ static inline pmd_t pmdp_collapse_flush(struct vm_area_struct *vma,
pmd_t *pmdp)
{
/*
- * pmd and hugepage pte format are same. So we could
+ * pmd and hugepage pte format are the same. So we could
* use the same function.
*/
return pmdp_huge_clear_flush(vma, address, pmdp);