From b93705917b26ce76f6fc8eddb51370ec0ba003f6 Mon Sep 17 00:00:00 2001 From: dg Date: Sat, 22 Oct 1994 02:41:19 +0000 Subject: Fixed a comment from the previous commit. --- sys/vm/vm_swap.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/vm/vm_swap.c') 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 @@ -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"); -- cgit v1.1