summaryrefslogtreecommitdiffstats
path: root/common/cmd_flash.c
diff options
context:
space:
mode:
authorMike Williams <mike@mikebwilliams.com>2011-07-22 04:01:30 +0000
committerWolfgang Denk <wd@denx.de>2011-07-28 21:27:36 +0200
commit1626308797ac4184e73e56d275a1b8da11a62d5b (patch)
treed12fd0d610303c3d2351d8ace314a643f20e0fc9 /common/cmd_flash.c
parent2469c4b2dbdd601a4e44ecf9925b99bd2cd1b43f (diff)
downloadtalos-obmc-uboot-1626308797ac4184e73e56d275a1b8da11a62d5b.tar.gz
talos-obmc-uboot-1626308797ac4184e73e56d275a1b8da11a62d5b.zip
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/cmd_flash.c')
-rw-r--r--common/cmd_flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_flash.c b/common/cmd_flash.c
index bd49b796c6..5508d73ab8 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;
}
OpenPOWER on IntegriCloud