diff options
author | Li Haifeng <omycle@gmail.com> | 2011-10-31 17:09:09 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-10-31 17:30:49 -0700 |
commit | 4e9dc5df46001510ebd3b3e54faa650f474e51a3 (patch) | |
tree | a774cae0bbf399401c6d3068859e4a8fe36ee121 /mm | |
parent | d43a87e68e9e71d2987a29cc239acec4e8f410c9 (diff) | |
download | linux-3.10-4e9dc5df46001510ebd3b3e54faa650f474e51a3.tar.gz linux-3.10-4e9dc5df46001510ebd3b3e54faa650f474e51a3.tar.bz2 linux-3.10-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')
-rw-r--r-- | mm/highmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/highmem.c b/mm/highmem.c index 5ef672c07f7..e159a7b1cc2 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 |