diff mbox

[U-Boot,2/4] Fix spelling of "occur".

Message ID 20161024034520.26772-2-vagrant@debian.org
State Accepted
Commit 82bd2f29ea6e98ae689b26d793d432ac171d56dc
Delegated to: Tom Rini
Headers show

Commit Message

Vagrant Cascadian Oct. 24, 2016, 3:45 a.m. UTC
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
---

 board/sysam/amcore/amcore.c | 2 +-
 tools/mkimage.c             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Angelo Dureghello Oct. 24, 2016, 7:51 a.m. UTC | #1
Hi Vagrant,

On 24/10/2016 05:45, Vagrant Cascadian wrote:
> Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
> ---
>
>  board/sysam/amcore/amcore.c | 2 +-
>  tools/mkimage.c             | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/board/sysam/amcore/amcore.c b/board/sysam/amcore/amcore.c
> index b7217c5..77b5000 100644
> --- a/board/sysam/amcore/amcore.c
> +++ b/board/sysam/amcore/amcore.c
> @@ -93,7 +93,7 @@ phys_size_t initdram(int board_type)
>  	out_be32((u32 *)0x00000004, 0xbeaddeed);
>  	/* issue AUTOREFRESH */
>  	out_be32(&dc->dacr0, 0x0000b304);
> -	/* let refresh occour */
> +	/* let refresh occur */
>  	fudelay(1);
>
>  	out_be32(&dc->dacr0, 0x0000b344);

Acked-by: Angelo Dureghello <angelo@sysam.it>


thanks for the fix,

Best regards,
Angelo Dureghello


> diff --git a/tools/mkimage.c b/tools/mkimage.c
> index 3c594a0..02f88bb 100644
> --- a/tools/mkimage.c
> +++ b/tools/mkimage.c
> @@ -88,7 +88,7 @@ static void usage(const char *msg)
>  		params.cmdname);
>  	fprintf(stderr,
>  		"       %s [-D dtc_options] [-f fit-image.its|-f auto|-F] [-b <dtb> [-b <dtb>]] fit-image\n"
> -		"           <dtb> file is used with -f auto, it may occour multiple times.\n",
> +		"           <dtb> file is used with -f auto, it may occur multiple times.\n",
>  		params.cmdname);
>  	fprintf(stderr,
>  		"          -D => set all options for device tree compiler\n"
>
Simon Glass Oct. 26, 2016, 4:31 p.m. UTC | #2
On 23 October 2016 at 20:45, Vagrant Cascadian <vagrant@debian.org> wrote:
> Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
> ---
>
>  board/sysam/amcore/amcore.c | 2 +-
>  tools/mkimage.c             | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
Tom Rini Nov. 2, 2016, 2:26 p.m. UTC | #3
On Sun, Oct 23, 2016 at 08:45:17PM -0700, Vagrant Cascadian wrote:

> Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
> Acked-by: Angelo Dureghello <angelo@sysam.it>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master (before v2016.11-rc3), thanks!
diff mbox

Patch

diff --git a/board/sysam/amcore/amcore.c b/board/sysam/amcore/amcore.c
index b7217c5..77b5000 100644
--- a/board/sysam/amcore/amcore.c
+++ b/board/sysam/amcore/amcore.c
@@ -93,7 +93,7 @@  phys_size_t initdram(int board_type)
 	out_be32((u32 *)0x00000004, 0xbeaddeed);
 	/* issue AUTOREFRESH */
 	out_be32(&dc->dacr0, 0x0000b304);
-	/* let refresh occour */
+	/* let refresh occur */
 	fudelay(1);
 
 	out_be32(&dc->dacr0, 0x0000b344);
diff --git a/tools/mkimage.c b/tools/mkimage.c
index 3c594a0..02f88bb 100644
--- a/tools/mkimage.c
+++ b/tools/mkimage.c
@@ -88,7 +88,7 @@  static void usage(const char *msg)
 		params.cmdname);
 	fprintf(stderr,
 		"       %s [-D dtc_options] [-f fit-image.its|-f auto|-F] [-b <dtb> [-b <dtb>]] fit-image\n"
-		"           <dtb> file is used with -f auto, it may occour multiple times.\n",
+		"           <dtb> file is used with -f auto, it may occur multiple times.\n",
 		params.cmdname);
 	fprintf(stderr,
 		"          -D => set all options for device tree compiler\n"