diff options
author | Wolfgang Denk <wd@denx.de> | 2012-02-17 23:52:52 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2012-02-17 23:52:52 +0100 |
commit | dbe20fc79736d4f99a9bfaafeae600c9348504df (patch) | |
tree | a1c18bc78442d42cc174c5fbe999e62545631218 /common | |
parent | e390e8709149664ff96cf19384264c84573f3082 (diff) | |
parent | d1f862f97e49ae7a0a07187779bc4c19b16f558c (diff) | |
download | u-boot-imx-dbe20fc79736d4f99a9bfaafeae600c9348504df.zip u-boot-imx-dbe20fc79736d4f99a9bfaafeae600c9348504df.tar.gz u-boot-imx-dbe20fc79736d4f99a9bfaafeae600c9348504df.tar.bz2 |
Merge branch 'trini@ti.com' of git://git.denx.de/u-boot-staging
* 'trini@ti.com' of git://git.denx.de/u-boot-staging:
usb_ether: fix typo
cmd_eeprom: typo
doc: complete, typos
Diffstat (limited to 'common')
-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 e911377..a48b3d2 100644 --- a/common/cmd_eeprom.c +++ b/common/cmd_eeprom.c @@ -26,7 +26,7 @@ * Support for read and write access to EEPROM like memory devices. This * includes regular EEPROM as well as FRAM (ferroelectic nonvolaile RAM). * FRAM devices read and write data at bus speed. In particular, there is no - * write delay. Also, there is no limit imposed on the numer of bytes that can + * write delay. Also, there is no limit imposed on the number of bytes that can * be transferred with a single read or write. * * Use the following configuration options to ensure no unneeded performance |