From 183ff22bb6bd8188c904ebfb479656ae52230b72 Mon Sep 17 00:00:00 2001 From: Simon Arlott Date: Sat, 20 Oct 2007 01:27:18 +0200 Subject: spelling fixes: mm/ Spelling fixes in mm/. Signed-off-by: Simon Arlott Signed-off-by: Adrian Bunk --- mm/prio_tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mm/prio_tree.c') diff --git a/mm/prio_tree.c b/mm/prio_tree.c index b4e76c25f95..603ae98d969 100644 --- a/mm/prio_tree.c +++ b/mm/prio_tree.c @@ -34,7 +34,7 @@ * Radix priority search tree for address_space->i_mmap * * For each vma that map a unique set of file pages i.e., unique [radix_index, - * heap_index] value, we have a corresponing priority search tree node. If + * heap_index] value, we have a corresponding priority search tree node. If * multiple vmas have identical [radix_index, heap_index] value, then one of * them is used as a tree node and others are stored in a vm_set list. The tree * node points to the first vma (head) of the list using vm_set.head. -- cgit v1.2.3