ChangeSet 1.2208, 2005/03/26 13:28:43-08:00, [EMAIL PROTECTED]
[PATCH] m68knommu: fix spelling mistakes in mafcache.h
Fix some spelling mistakes in mcfcache.h
Patch originally submitted by Geert Uytterhoeven <[EMAIL PROTECTED]>
Signed-off-by: Greg Ungerer <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
mcfcache.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff -Nru a/include/asm-m68knommu/mcfcache.h b/include/asm-m68knommu/mcfcache.h
--- a/include/asm-m68knommu/mcfcache.h 2005-03-26 17:28:17 -08:00
+++ b/include/asm-m68knommu/mcfcache.h 2005-03-26 17:28:17 -08:00
@@ -15,14 +15,14 @@
/*
* The different ColdFire families have different cache arrangments.
- * Everything from a small linstruction only cache, to configurable
+ * Everything from a small instruction only cache, to configurable
* data and/or instruction cache, to unified instruction/data, to
* harvard style separate instruction and data caches.
*/
#if defined(CONFIG_M5206) || defined(CONFIG_M5206e) || defined(CONFIG_M5272)
/*
- * Simple verion 2 core cache. These have instruction cache only,
+ * Simple version 2 core cache. These have instruction cache only,
* we just need to invalidate it and enable it.
*/
.macro CACHE_ENABLE
@@ -98,7 +98,7 @@
#if defined(CONFIG_M5407)
/*
- * Version 4 cores have a true hardvard style separate instruction
+ * Version 4 cores have a true harvard style separate instruction
* and data cache. Invalidate and enable cache, also enable write
* buffers and branch accelerator.
*/
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html