diff options
author | Michael Opdenacker <michael@free-electrons.com> | 2006-10-03 17:21:02 -0400 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-10-03 17:21:02 -0400 |
commit | c1c8897f830c66649b6866a0cbe21c263466295e (patch) | |
tree | 6f17adbbf83097500aa6ef0465e24da564509645 /mm/vmalloc.c | |
parent | f3e299fe3d53a0d78fea4e46ec3e0cadf375246c (diff) |
Spelling fix: "control" instead of "cotrol"
This patch against fixes a spelling mistake ("control" instead of "cotrol").
Signed-off-by: Michael Opdenacker <michael@free-electrons.com>
Acked-by: Alan Cox <alan@redhat.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'mm/vmalloc.c')
-rw-r--r-- | mm/vmalloc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mm/vmalloc.c b/mm/vmalloc.c index 1ac191ce5641..750ab6ed13fc 100644 --- a/mm/vmalloc.c +++ b/mm/vmalloc.c | |||
@@ -503,7 +503,7 @@ EXPORT_SYMBOL(__vmalloc); | |||
503 | * Allocate enough pages to cover @size from the page level | 503 | * Allocate enough pages to cover @size from the page level |
504 | * allocator and map them into contiguous kernel virtual space. | 504 | * allocator and map them into contiguous kernel virtual space. |
505 | * | 505 | * |
506 | * For tight cotrol over page level allocator and protection flags | 506 | * For tight control over page level allocator and protection flags |
507 | * use __vmalloc() instead. | 507 | * use __vmalloc() instead. |
508 | */ | 508 | */ |
509 | void *vmalloc(unsigned long size) | 509 | void *vmalloc(unsigned long size) |
@@ -542,7 +542,7 @@ EXPORT_SYMBOL(vmalloc_user); | |||
542 | * Allocate enough pages to cover @size from the page level | 542 | * Allocate enough pages to cover @size from the page level |
543 | * allocator and map them into contiguous kernel virtual space. | 543 | * allocator and map them into contiguous kernel virtual space. |
544 | * | 544 | * |
545 | * For tight cotrol over page level allocator and protection flags | 545 | * For tight control over page level allocator and protection flags |
546 | * use __vmalloc() instead. | 546 | * use __vmalloc() instead. |
547 | */ | 547 | */ |
548 | void *vmalloc_node(unsigned long size, int node) | 548 | void *vmalloc_node(unsigned long size, int node) |
@@ -563,7 +563,7 @@ EXPORT_SYMBOL(vmalloc_node); | |||
563 | * the page level allocator and map them into contiguous and | 563 | * the page level allocator and map them into contiguous and |
564 | * executable kernel virtual space. | 564 | * executable kernel virtual space. |
565 | * | 565 | * |
566 | * For tight cotrol over page level allocator and protection flags | 566 | * For tight control over page level allocator and protection flags |
567 | * use __vmalloc() instead. | 567 | * use __vmalloc() instead. |
568 | */ | 568 | */ |
569 | 569 | ||