]> Git Repo - J-u-boot.git/commitdiff
cosmetic: Update comment in cmd/eeprom.c
authorLukasz Majewski <[email protected]>
Sun, 9 Jun 2019 20:54:38 +0000 (22:54 +0200)
committerStefano Babic <[email protected]>
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 <[email protected]>
Reviewed-by: Peng Fan <[email protected]>
cmd/eeprom.c

index 7b1f81477fd83cd733e3d6d61bcedf95e9fe5189..19953df082fbc7c2af425c893f5ded133bf94dcc 100644 (file)
@@ -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 accessed with the single read or write
         * operation.
         */
 #if !defined(CONFIG_SYS_I2C_FRAM)
This page took 0.037356 seconds and 4 git commands to generate.