aboutsummaryrefslogtreecommitdiffstats
path: root/mm/highmem.c
diff options
context:
space:
mode:
authorLi Haifeng <omycle@gmail.com>2011-10-31 17:09:09 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2011-10-31 17:30:49 -0700
commit4e9dc5df46001510ebd3b3e54faa650f474e51a3 (patch)
treea774cae0bbf399401c6d3068859e4a8fe36ee121 /mm/highmem.c
parentmm: compaction: make compact_zone_order() static (diff)
downloadlinux-dev-4e9dc5df46001510ebd3b3e54faa650f474e51a3.tar.xz
linux-dev-4e9dc5df46001510ebd3b3e54faa650f474e51a3.zip
mm: fix kunmap_high() comment
Signed-off-by: Li Haifeng <omycle@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/highmem.c')
-rw-r--r--mm/highmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/highmem.c b/mm/highmem.c
index 5ef672c07f75..e159a7b1cc22 100644
--- a/mm/highmem.c
+++ b/mm/highmem.c
@@ -250,7 +250,7 @@ void *kmap_high_get(struct page *page)
#endif
/**
- * kunmap_high - map a highmem page into memory
+ * kunmap_high - unmap a highmem page into memory
* @page: &struct page to unmap
*
* If ARCH_NEEDS_KMAP_HIGH_GET is not defined then this may be called