From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vagrant Cascadian Date: Sun, 23 Oct 2016 20:45:17 -0700 Subject: [U-Boot] [PATCH 2/4] Fix spelling of "occur". In-Reply-To: <20161024034520.26772-1-vagrant@debian.org> References: <20161024034520.26772-1-vagrant@debian.org> Message-ID: <20161024034520.26772-2-vagrant@debian.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Vagrant Cascadian --- 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); 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 [-b ]] fit-image\n" - " file is used with -f auto, it may occour multiple times.\n", + " 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" -- 2.9.3