Module Name:    src
Committed By:   pooka
Date:           Sat Jan 22 18:33:25 UTC 2011

Modified Files:
        src/sys/rump/librump/rumpkern: rump.c

Log Message:
inverse inversely incorrect comment


To generate a diff of this commit:
cvs rdiff -u -r1.220 -r1.221 src/sys/rump/librump/rumpkern/rump.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/librump/rumpkern/rump.c
diff -u src/sys/rump/librump/rumpkern/rump.c:1.220 src/sys/rump/librump/rumpkern/rump.c:1.221
--- src/sys/rump/librump/rumpkern/rump.c:1.220	Sat Jan 22 13:41:22 2011
+++ src/sys/rump/librump/rumpkern/rump.c	Sat Jan 22 18:33:25 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: rump.c,v 1.220 2011/01/22 13:41:22 pooka Exp $	*/
+/*	$NetBSD: rump.c,v 1.221 2011/01/22 18:33:25 pooka Exp $	*/
 
 /*
  * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.220 2011/01/22 13:41:22 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.221 2011/01/22 18:33:25 pooka Exp $");
 
 #include <sys/systm.h>
 #define ELFSIZE ARCH_ELFSIZE
@@ -794,7 +794,7 @@
 	/*
 	 * Don't wait for lwps to exit.  There's refcounting in the
 	 * rumpuser sp code which makes this safe.  Also, this routine
-	 * should sleep for a long time.
+	 * should not sleep for a long time.
 	 */
 }
 

Reply via email to