summaryrefslogtreecommitdiff
path: root/sbin/swapctl
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-05-15 23:30:09 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-05-15 23:30:09 +0000
commitc28d2fabbfffe9cef91590bb8b01e561f7e25a0f (patch)
tree28116a394450e6a76de592abec5bff7cb4c56078 /sbin/swapctl
parentd10f6942f8e7d568549113d3d47dc0514bf309cb (diff)
typo in comment.
From Sam Smith S at mSmith.net
Diffstat (limited to 'sbin/swapctl')
-rw-r--r--sbin/swapctl/swapctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/swapctl/swapctl.c b/sbin/swapctl/swapctl.c
index 7c8ae565ba9..74bfbe0dd5a 100644
--- a/sbin/swapctl/swapctl.c
+++ b/sbin/swapctl/swapctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: swapctl.c,v 1.8 2002/05/15 23:24:43 art Exp $ */
+/* $OpenBSD: swapctl.c,v 1.9 2002/05/15 23:30:08 art Exp $ */
/* $NetBSD: swapctl.c,v 1.9 1998/07/26 20:23:15 mycroft Exp $ */
/*
@@ -319,7 +319,7 @@ add_swap(path)
}
/*
- * del_swap: remove the pathname to the list of swap devices.
+ * del_swap: remove the pathname from the list of swap devices.
*/
void
del_swap(path)