summaryrefslogtreecommitdiffstats
path: root/commands/mem.c
diff options
context:
space:
mode:
authorLoïc Minier <loic.minier@linaro.org>2011-10-13 21:23:31 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-10-14 09:27:31 +0200
commitc351dab99922ea788de1f42bc591ae31eb592e35 (patch)
tree05bac83eee06e06df262a9e43a4f259411aed3d4 /commands/mem.c
parentd9c41ea6929522d029a63298351dd62e892d9040 (diff)
downloadbarebox-c351dab99922ea788de1f42bc591ae31eb592e35.tar.gz
barebox-c351dab99922ea788de1f42bc591ae31eb592e35.tar.xz
Fix spelling of "omitted"; found by lintian
Signed-off-by: Loïc Minier <loic.minier@linaro.org> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/mem.c')
-rw-r--r--commands/mem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/mem.c b/commands/mem.c
index 88af55c1b8..36495e1d66 100644
--- a/commands/mem.c
+++ b/commands/mem.c
@@ -221,7 +221,7 @@ static const __maybe_unused char cmd_md_help[] =
"\n"
"Memory regions:\n"
"Memory regions can be specified in two different forms: start+size\n"
-"or start-end, If <start> is ommitted it defaults to 0. If end is ommited it\n"
+"or start-end, If <start> is omitted it defaults to 0. If end is omitted it\n"
"defaults to the end of the device, except for interactive commands like md\n"
"and mw for which it defaults to 0x100.\n"
"Sizes can be specified as decimal, or if prefixed with 0x as hexadecimal.\n"