Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/librump/rumpkern inverse inversely incorrect comment



details:   https://anonhg.NetBSD.org/src/rev/367941fab8c7
branches:  trunk
changeset: 761275:367941fab8c7
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sat Jan 22 18:33:25 2011 +0000

description:
inverse inversely incorrect comment

diffstat:

 sys/rump/librump/rumpkern/rump.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f22c2e52e19d -r 367941fab8c7 sys/rump/librump/rumpkern/rump.c
--- a/sys/rump/librump/rumpkern/rump.c  Sat Jan 22 18:26:36 2011 +0000
+++ b/sys/rump/librump/rumpkern/rump.c  Sat Jan 22 18:33:25 2011 +0000
@@ -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.
         */
 }
 



Home | Main Index | Thread Index | Old Index