Title: [7220] trunk/arch/blackfin/kernel/setup.c: Fix spelling - No functional changes
Revision
7220
Author
hennerich
Date
2009-08-20 23:49:19 -0400 (Thu, 20 Aug 2009)

Log Message

Fix spelling - No functional changes

Modified Paths


Diff

Modified: trunk/arch/blackfin/kernel/setup.c (7219 => 7220)


--- trunk/arch/blackfin/kernel/setup.c	2009-08-20 10:35:44 UTC (rev 7219)
+++ trunk/arch/blackfin/kernel/setup.c	2009-08-21 03:49:19 UTC (rev 7220)
@@ -112,7 +112,7 @@
 	/*
 	 * In cache coherence emulation mode, we need to have the
 	 * D-cache enabled before running any atomic operation which
-	 * might invove cache invalidation (i.e. spinlock, rwlock).
+	 * might involve cache invalidation (i.e. spinlock, rwlock).
 	 * So printk's are deferred until then.
 	 */
 #ifdef CONFIG_BFIN_ICACHE
@@ -698,7 +698,7 @@
 	sanitize_memmap(bfin_memmap.map, &bfin_memmap.nr_map);
 	print_memory_map("boot memmap");
 
-	/* intialize globals in linux/bootmem.h */
+	/* initialize globals in linux/bootmem.h */
 	find_min_max_pfn();
 	/* pfn of the last usable page frame */
 	if (max_pfn > memory_end >> PAGE_SHIFT)
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to