Commit a074e4f5 authored by Steven Cole's avatar Steven Cole Committed by Paul Mackerras

[PATCH] fix different spellings of different and differences

parent 747d58dc
......@@ -207,7 +207,7 @@ int __init eeprom_init(void)
* 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.
*/
......
......@@ -261,7 +261,7 @@ void ne2000_outsw(unsigned int addr, const void *vbuf, unsigned long len)
/*
* 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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment