Messages in this thread Patch in this message |  | | Subject | [PATCH] 2.5.61 fix different spellings of different and differences | From | Steven Cole <> | Date | 15 Feb 2003 18:40:20 -0700 |
| |
This fixes some different spellings.
Steven
diff -ur linux-2.5.61-1.1027-orig/arch/cris/drivers/eeprom.c linux-2.5.61-1.1027/arch/cris/drivers/eeprom.c --- linux-2.5.61-1.1027-orig/arch/cris/drivers/eeprom.c Thu Jan 16 19:22:02 2003 +++ linux-2.5.61-1.1027/arch/cris/drivers/eeprom.c Sat Feb 15 18:31:54 2003 @@ -207,7 +207,7 @@ * it will mirror the address space: * 1. We read two locations (that are mirrored), * if the content differs * it's a 16kB EEPROM. - * 2. if it doesn't differ - write diferent value to one of the locations, + * 2. if it doesn't differ - write different value to one of the locations, * check the other - if content still is the same it's a 2k EEPROM, * restore original data. */ diff -ur linux-2.5.61-1.1027-orig/include/asm-m68knommu/mcfne.h linux-2.5.61-1.1027/include/asm-m68knommu/mcfne.h --- linux-2.5.61-1.1027-orig/include/asm-m68knommu/mcfne.h Thu Jan 16 19:22:44 2003 +++ linux-2.5.61-1.1027/include/asm-m68knommu/mcfne.h Sat Feb 15 18:32:39 2003 @@ -261,7 +261,7 @@ /* * Lastly the interrupt set up code... - * Minor diferences between the different board types. + * Minor differences between the different board types. */ #if defined(CONFIG_M5206) && defined(CONFIG_ARNEWSH)
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |