diff options
| author | Michael Jones <michael.jones@matrix-vision.de> | 2011-07-14 22:09:28 +0000 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2011-07-28 16:32:50 +0200 | 
| commit | f9a78b8d4f1e9b42eb0563029a22fd6c34390088 (patch) | |
| tree | e95431fbf3f91d2b25a9c10b12d856dcb6f6374c /common/cmd_eeprom.c | |
| parent | 857d9ea67a4d70baf88a4495f8b70fef9f626ddc (diff) | |
| download | olio-uboot-2014.01-f9a78b8d4f1e9b42eb0563029a22fd6c34390088.tar.xz olio-uboot-2014.01-f9a78b8d4f1e9b42eb0563029a22fd6c34390088.zip | |
cosmetic: spell fixes etc.
Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>
Acked-by: Detlev Zundel <dzu@denx.de>
Diffstat (limited to 'common/cmd_eeprom.c')
| -rw-r--r-- | common/cmd_eeprom.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_eeprom.c b/common/cmd_eeprom.c index 9f4b22c55..e911377dc 100644 --- a/common/cmd_eeprom.c +++ b/common/cmd_eeprom.c @@ -250,7 +250,7 @@ int eeprom_write (unsigned dev_addr, unsigned offset, uchar *buffer, unsigned cn  		/*  		 * For a FRAM device there is no limit on the number of the -		 * bytes that can be ccessed with the single read or write +		 * bytes that can be accessed with the single read or write  		 * operation.  		 */  #if !defined(CONFIG_SYS_I2C_FRAM) |