diff mbox series

[U-Boot,v1,02/11] cosmetic: Update comment in cmd/eeprom.c

Message ID 20190609205447.11212-3-lukma@denx.de
State Accepted
Commit 35087fb4e0874c19cfef3e698f249befa97eae55
Delegated to: Stefano Babic
Headers show
Series DM: display5: Convert display5 board to DM/DTS (including 'factory' setup) | expand

Commit Message

Lukasz Majewski June 9, 2019, 8:54 p.m. UTC
This commit just corrects spelling of 'accessed' word in the EEPROM
comment.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
---

 cmd/eeprom.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peng Fan June 10, 2019, 1:36 a.m. UTC | #1
> Subject: [PATCH v1 02/11] cosmetic: Update comment in cmd/eeprom.c
> 
> This commit just corrects spelling of 'accessed' word in the EEPROM
> comment.
> 
> Signed-off-by: Lukasz Majewski <lukma@denx.de>
> ---
> 
>  cmd/eeprom.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/cmd/eeprom.c b/cmd/eeprom.c index 7b1f81477f..19953df082
> 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)

Reviewed-by: Peng Fan <peng.fan@nxp.com>

> --
> 2.11.0
Stefano Babic July 20, 2019, 8:45 a.m. UTC | #2
> 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>

Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/cmd/eeprom.c b/cmd/eeprom.c
index 7b1f81477f..19953df082 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)