diff mbox series

doc: fix typo in image offset description

Message ID 20180124092401.20080-1-agust@denx.de
State Accepted
Headers show
Series doc: fix typo in image offset description | expand

Commit Message

Anatolij Gustschin Jan. 24, 2018, 9:24 a.m. UTC
Signed-off-by: Anatolij Gustschin <agust@denx.de>
---
 doc/source/sw-description.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic Jan. 24, 2018, 3:19 p.m. UTC | #1
On 24/01/2018 10:24, Anatolij Gustschin wrote:
> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> ---
>  doc/source/sw-description.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/doc/source/sw-description.rst b/doc/source/sw-description.rst
> index 58b5aa9..8f3e27e 100644
> --- a/doc/source/sw-description.rst
> +++ b/doc/source/sw-description.rst
> @@ -344,7 +344,7 @@ To update an image in raw mode, the syntax is:
>  			device = "/dev/mmcblk0p1";
>  		}
>  
> -To flash am image at a specific offset, the syntax is:
> +To flash an image at a specific offset, the syntax is:
>  
>  
>  ::
> 

Applied to -master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/doc/source/sw-description.rst b/doc/source/sw-description.rst
index 58b5aa9..8f3e27e 100644
--- a/doc/source/sw-description.rst
+++ b/doc/source/sw-description.rst
@@ -344,7 +344,7 @@  To update an image in raw mode, the syntax is:
 			device = "/dev/mmcblk0p1";
 		}
 
-To flash am image at a specific offset, the syntax is:
+To flash an image at a specific offset, the syntax is:
 
 
 ::