summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_swap.c
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-10-22 02:41:19 +0000
committerdg <dg@FreeBSD.org>1994-10-22 02:41:19 +0000
commitb93705917b26ce76f6fc8eddb51370ec0ba003f6 (patch)
tree4cf415f0a67793ed4070641551e62ecedd596be6 /sys/vm/vm_swap.c
parent60e2b6706cf8fe454895867118bf817be2d75bbc (diff)
downloadFreeBSD-src-b93705917b26ce76f6fc8eddb51370ec0ba003f6.zip
FreeBSD-src-b93705917b26ce76f6fc8eddb51370ec0ba003f6.tar.gz
Fixed a comment from the previous commit.
Diffstat (limited to 'sys/vm/vm_swap.c')
-rw-r--r--sys/vm/vm_swap.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/vm/vm_swap.c b/sys/vm/vm_swap.c
index c6dc662..f3c161b 100644
--- a/sys/vm/vm_swap.c
+++ b/sys/vm/vm_swap.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)vm_swap.c 8.5 (Berkeley) 2/17/94
- * $Id: vm_swap.c,v 1.8 1994/10/09 07:35:18 davidg Exp $
+ * $Id: vm_swap.c,v 1.9 1994/10/21 03:17:11 phk Exp $
*/
#include <sys/param.h>
@@ -136,9 +136,9 @@ swapinit()
panic("swapvp");
#endif
/*
- * If there is no swap configured, tell the user. We don't activate
- * any swapspaces in the kernel. The user must explicitly use swapon
- * to tell start each device.
+ * If there is no swap configured, tell the user. We don't automatically
+ * activate any swapspaces in the kernel; the user must explicitly use
+ * swapon to enable swaping on a device.
*/
if (nswap == 0)
printf("WARNING: no swap space found\n");
OpenPOWER on IntegriCloud