summaryrefslogtreecommitdiff
path: root/kexec/kexec.c
diff options
context:
space:
mode:
authorHorms <horms@verge.net.au>2006-12-13 11:33:35 +0900
committerSimon Horman <horms@verge.net.au>2006-12-18 12:05:14 +0900
commit3634a1d19dc17d700cca1e7eae757a53778124db (patch)
treeefc1bad58ca223e071935e3a3fa934ed17e208d9 /kexec/kexec.c
parent41bf7ad6f448edba12cd774c898c823d5d6d265d (diff)
kexec-tools: fix spelling of address in help text
fix spelling of address in help text Cc: Dave Anderson <anderson@redhat.com> Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'kexec/kexec.c')
-rw-r--r--kexec/kexec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kexec/kexec.c b/kexec/kexec.c
index a00bec9..2c3480c 100644
--- a/kexec/kexec.c
+++ b/kexec/kexec.c
@@ -731,8 +731,8 @@ void usage(void)
" -p with -u.\n"
" -e, --exec Execute a currently loaded kernel.\n"
" -t, --type=TYPE Specify the new kernel is of this type.\n"
- " --mem-min=<addr> Specify the lowest memory addres to load code into.\n"
- " --mem-max=<addr> Specify the highest memory addres to load code into.\n"
+ " --mem-min=<addr> Specify the lowest memory address to load code into.\n"
+ " --mem-max=<addr> Specify the highest memory address to load code into.\n"
"\n"
"Supported kernel file types and options: \n"
);