projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0047a4d
)
cosmetic: Update comment in cmd/eeprom.c
author
Lukasz Majewski
<lukma@denx.de>
Sun, 9 Jun 2019 20:54:38 +0000
(22:54 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Fri, 19 Jul 2019 18:14:50 +0000
(20:14 +0200)
This commit just corrects spelling of 'accessed' word in the EEPROM
comment.
Signed-off-by: Lukasz Majewski <lukma@denx.de>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
cmd/eeprom.c
patch
|
blob
|
history
diff --git
a/cmd/eeprom.c
b/cmd/eeprom.c
index 7b1f81477fd83cd733e3d6d61bcedf95e9fe5189..19953df082fbc7c2af425c893f5ded133bf94dcc 100644
(file)
--- a/
cmd/eeprom.c
+++ b/
cmd/eeprom.c
@@
-108,7
+108,7
@@
static int eeprom_len(unsigned offset, unsigned end)
/*
* 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
a
ccessed with the single read or write
* operation.
*/
#if !defined(CONFIG_SYS_I2C_FRAM)