diff options
author | 2002-05-15 23:30:08 +0000 | |
---|---|---|
committer | 2002-05-15 23:30:08 +0000 | |
commit | 0bbbe695948c4dcc46b01f4052208c8f6af58002 (patch) | |
tree | 80aea1b21c6fd2f4de59b0c80f4b42bc94a384ef | |
parent | Kill commented out stubs for swapoff. (diff) | |
download | wireguard-openbsd-0bbbe695948c4dcc46b01f4052208c8f6af58002.tar.xz wireguard-openbsd-0bbbe695948c4dcc46b01f4052208c8f6af58002.zip |
typo in comment.
From Sam Smith S at mSmith.net
-rw-r--r-- | sbin/swapctl/swapctl.c | 4 |
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) |