summaryrefslogtreecommitdiffstats
path: root/sbin/swapon
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2013-07-01 21:18:39 +0000
committerdelphij <delphij@FreeBSD.org>2013-07-01 21:18:39 +0000
commitc646da3daf521a7bfe3e2d3ea2851f17b5923b11 (patch)
tree65fb012c67e101cb8f233b567cf1f45a3d4f4363 /sbin/swapon
parent305e9da8a6c43e754f9ca6030f2283be11dae949 (diff)
downloadFreeBSD-src-c646da3daf521a7bfe3e2d3ea2851f17b5923b11.zip
FreeBSD-src-c646da3daf521a7bfe3e2d3ea2851f17b5923b11.tar.gz
Correct a typo in comment.
Diffstat (limited to 'sbin/swapon')
-rw-r--r--sbin/swapon/swapon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/swapon/swapon.c b/sbin/swapon/swapon.c
index 6e80097..b0b43d6 100644
--- a/sbin/swapon/swapon.c
+++ b/sbin/swapon/swapon.c
@@ -310,7 +310,7 @@ swap_on_off_gbde(const char *name, int doingall)
return (ret);
}
-/* Build geli(8) arguments from mntopts */
+/* Build geli(8) arguments from mntops */
static char *
swap_on_geli_args(const char *mntops)
{
OpenPOWER on IntegriCloud