]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
x86, highmem_32.c: Clean up comment
authorFigo.zhang <figo1802@gmail.com>
Mon, 29 Jun 2009 04:02:55 +0000 (12:02 +0800)
committerIngo Molnar <mingo@elte.hu>
Mon, 29 Jun 2009 04:14:43 +0000 (06:14 +0200)
Signed-off-by: Figo.zhang <figo1802@gmail.com>
Cc: Andrew Morton <akpm@osdl.org>
LKML-Reference: <1246248175.5759.12.camel@myhost>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/highmem_32.c

index 58f621e8191955c2e02016df1d8e99bec8e1ed8f..0c6f43cee25dcfb6b80c025b0052a397eab8da5d 100644 (file)
@@ -24,7 +24,7 @@ void kunmap(struct page *page)
  * no global lock is needed and because the kmap code must perform a global TLB
  * invalidation when the kmap pool wraps.
  *
- * However when holding an atomic kmap is is not legal to sleep, so atomic
+ * However when holding an atomic kmap it is not legal to sleep, so atomic
  * kmaps are appropriate for short, tight code paths only.
  */
 void *kmap_atomic_prot(struct page *page, enum km_type type, pgprot_t prot)