summaryrefslogtreecommitdiffstats
path: root/common/cmd_eeprom.c
diff options
context:
space:
mode:
authorPeter Meerwald <p.meerwald@bct-electronic.com>2012-02-08 05:31:53 +0000
committerTom Rini <trini@ti.com>2012-02-14 11:02:46 -0700
commite506a00691a0bc4f6ba9d902fa42d43fc348b7ea (patch)
tree514d80a2c2e4cf2890b69ef46aec247067f58496 /common/cmd_eeprom.c
parent00309c67ab8c8a1d4447f643b318b1474926173a (diff)
downloadtalos-obmc-uboot-e506a00691a0bc4f6ba9d902fa42d43fc348b7ea.tar.gz
talos-obmc-uboot-e506a00691a0bc4f6ba9d902fa42d43fc348b7ea.zip
cmd_eeprom: typo
Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com> Acked-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'common/cmd_eeprom.c')
-rw-r--r--common/cmd_eeprom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_eeprom.c b/common/cmd_eeprom.c
index e911377dc6..a48b3d2052 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
OpenPOWER on IntegriCloud