summaryrefslogtreecommitdiffstats
path: root/sys-utils/swapon.c
diff options
context:
space:
mode:
authorKarel Zak2012-06-27 14:04:03 +0200
committerKarel Zak2012-06-27 14:04:03 +0200
commit59114ba325e02995414e8ec6f38e45a3634af953 (patch)
tree6b14f31b8f86d56791888116b3e7c2c1c6cda077 /sys-utils/swapon.c
parentdocs: add note about non-recursive build-sys (diff)
downloadkernel-qcow2-util-linux-59114ba325e02995414e8ec6f38e45a3634af953.tar.gz
kernel-qcow2-util-linux-59114ba325e02995414e8ec6f38e45a3634af953.tar.xz
kernel-qcow2-util-linux-59114ba325e02995414e8ec6f38e45a3634af953.zip
swapon: fix typo
Reported-by: Manan Tuli <mt_void@yahoo.com> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/swapon.c')
-rw-r--r--sys-utils/swapon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/swapon.c b/sys-utils/swapon.c
index bd7e6bf52..7358b4f5e 100644
--- a/sys-utils/swapon.c
+++ b/sys-utils/swapon.c
@@ -501,7 +501,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out)
fputs(USAGE_OPTIONS, out);
fputs(_(" -a, --all enable all swaps from /etc/fstab\n"
" -d, --discard discard freed pages before they are reused\n"
- " -e, --ifexists silently skip devices that do not exis\n"
+ " -e, --ifexists silently skip devices that do not exist\n"
" -f, --fixpgsz reinitialize the swap space if necessary\n"
" -p, --priority <prio> specify the priority of the swap device\n"
" -s, --summary display summary about used swap devices and exit\n"