Skip to content

Commit

Permalink
grammar fix in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Uwe Kleine-König <[email protected]>
Cc: Nicolas Pitre <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
Uwe Kleine-König authored and Jiri Kosina committed Feb 5, 2010
1 parent 9ddc5b6 commit 5e39df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/highmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ EXPORT_SYMBOL(kmap_high);
* @page: &struct page to pin
*
* Returns the page's current virtual memory address, or NULL if no mapping
* exists. When and only when a non null address is returned then a
* exists. If and only if a non null address is returned then a
* matching call to kunmap_high() is necessary.
*
* This can be called from any context.
Expand Down

0 comments on commit 5e39df5

Please sign in to comment.