From: Uwe Kleine-König Date: Mon, 25 Jan 2010 20:38:09 +0000 (+0100) Subject: grammar fix in comment X-Git-Tag: v2.6.34-rc2~65^2^2~22 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5e39df5625fb903587ac8e281fa57d76714996e4;p=karo-tx-linux.git grammar fix in comment Signed-off-by: Uwe Kleine-König Cc: Nicolas Pitre Signed-off-by: Jiri Kosina --- diff --git a/mm/highmem.c b/mm/highmem.c index 9c1e627f282e..bed8a8bfd01f 100644 --- a/mm/highmem.c +++ b/mm/highmem.c @@ -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.