From: Lukasz Majewski Date: Sun, 9 Jun 2019 20:54:38 +0000 (+0200) Subject: cosmetic: Update comment in cmd/eeprom.c X-Git-Tag: v2019.10-rc1~9^2~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35087fb4e0874c19cfef3e698f249befa97eae55;p=platform%2Fkernel%2Fu-boot.git cosmetic: Update comment in cmd/eeprom.c This commit just corrects spelling of 'accessed' word in the EEPROM comment. Signed-off-by: Lukasz Majewski Reviewed-by: Peng Fan --- diff --git a/cmd/eeprom.c b/cmd/eeprom.c index 7b1f814..19953df 100644 --- 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 accessed with the single read or write * operation. */ #if !defined(CONFIG_SYS_I2C_FRAM)