diff options
author | Mike Williams <mike@mikebwilliams.com> | 2011-07-22 04:01:30 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-07-28 21:27:36 +0200 |
commit | 1626308797ac4184e73e56d275a1b8da11a62d5b (patch) | |
tree | d12fd0d610303c3d2351d8ace314a643f20e0fc9 /common | |
parent | 2469c4b2dbdd601a4e44ecf9925b99bd2cd1b43f (diff) | |
download | u-boot-1626308797ac4184e73e56d275a1b8da11a62d5b.zip u-boot-1626308797ac4184e73e56d275a1b8da11a62d5b.tar.gz u-boot-1626308797ac4184e73e56d275a1b8da11a62d5b.tar.bz2 |
cleanup: Fix typos and misspellings in various files.
Recieve/Receive
recieve/receive
Interupt/Interrupt
interupt/interrupt
Addres/Address
addres/address
Signed-off-by: Mike Williams <mike@mikebwilliams.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/cmd_flash.c | 2 | ||||
-rw-r--r-- | common/xyzModem.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/common/cmd_flash.c b/common/cmd_flash.c index bd49b79..5508d73 100644 --- a/common/cmd_flash.c +++ b/common/cmd_flash.c @@ -139,7 +139,7 @@ int flash_sect_roundb (ulong *addr) } /* bank */ } if (!found) { - /* error, addres not in flash */ + /* error, address not in flash */ printf("Error: end address (0x%08lx) not in flash!\n", *addr); return 1; } diff --git a/common/xyzModem.c b/common/xyzModem.c index 7a46805..a1f955b 100644 --- a/common/xyzModem.c +++ b/common/xyzModem.c @@ -786,7 +786,7 @@ xyzModem_stream_terminate (bool abort, int (*getc) (void)) ZM_DEBUG (zm_dprintf ("Engaging cleanup mode...\n")); /* * Consume any trailing crap left in the inbuffer from - * previous recieved blocks. Since very few files are an exact multiple + * previous received blocks. Since very few files are an exact multiple * of the transfer block size, there will almost always be some gunk here. * If we don't eat it now, RedBoot will think the user typed it. */ |