From: Michael Opdenacker Date: Tue, 3 Oct 2006 21:21:02 +0000 (+0200) Subject: Spelling fix: "control" instead of "cotrol" X-Git-Tag: upstream/snapshot3+hdmi~37227^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c1c8897f830c66649b6866a0cbe21c263466295e;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git Spelling fix: "control" instead of "cotrol" This patch against fixes a spelling mistake ("control" instead of "cotrol"). Signed-off-by: Michael Opdenacker Acked-by: Alan Cox Signed-off-by: Adrian Bunk --- diff --git a/mm/nommu.c b/mm/nommu.c index 3650195..8bdde95 100644 --- a/mm/nommu.c +++ b/mm/nommu.c @@ -221,7 +221,7 @@ long vwrite(char *buf, char *addr, unsigned long count) * Allocate enough pages to cover @size from the page level * allocator and map them into continguos kernel virtual space. * - * For tight cotrol over page level allocator and protection flags + * For tight control over page level allocator and protection flags * use __vmalloc() instead. */ void *vmalloc(unsigned long size) diff --git a/mm/vmalloc.c b/mm/vmalloc.c index 1ac191c..750ab6e 100644 --- a/mm/vmalloc.c +++ b/mm/vmalloc.c @@ -503,7 +503,7 @@ EXPORT_SYMBOL(__vmalloc); * Allocate enough pages to cover @size from the page level * allocator and map them into contiguous kernel virtual space. * - * For tight cotrol over page level allocator and protection flags + * For tight control over page level allocator and protection flags * use __vmalloc() instead. */ void *vmalloc(unsigned long size) @@ -542,7 +542,7 @@ EXPORT_SYMBOL(vmalloc_user); * Allocate enough pages to cover @size from the page level * allocator and map them into contiguous kernel virtual space. * - * For tight cotrol over page level allocator and protection flags + * For tight control over page level allocator and protection flags * use __vmalloc() instead. */ void *vmalloc_node(unsigned long size, int node) @@ -563,7 +563,7 @@ EXPORT_SYMBOL(vmalloc_node); * the page level allocator and map them into contiguous and * executable kernel virtual space. * - * For tight cotrol over page level allocator and protection flags + * For tight control over page level allocator and protection flags * use __vmalloc() instead. */