Source-Changes-HG archive

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

[src/trunk]: src/sys/kern update a comment.



details:   https://anonhg.NetBSD.org/src/rev/0c64c08d3c16
branches:  trunk
changeset: 755633:0c64c08d3c16
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sun Jun 13 03:34:19 2010 +0000

description:
update a comment.

diffstat:

 sys/kern/tty.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 56ac1825b1d7 -r 0c64c08d3c16 sys/kern/tty.c
--- a/sys/kern/tty.c    Sun Jun 13 03:32:47 2010 +0000
+++ b/sys/kern/tty.c    Sun Jun 13 03:34:19 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tty.c,v 1.235 2010/05/26 23:53:21 pooka Exp $  */
+/*     $NetBSD: tty.c,v 1.236 2010/06/13 03:34:19 yamt Exp $   */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -63,7 +63,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tty.c,v 1.235 2010/05/26 23:53:21 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tty.c,v 1.236 2010/06/13 03:34:19 yamt Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -2575,8 +2575,8 @@
 
 /*
  * Sleep on chan, returning ERESTART if tty changed while we napped and
- * returning any errors (e.g. EINTR/ETIMEDOUT) reported by tsleep.  If
- * the tty is revoked, restarting a pending call will redo validation done
+ * returning any errors (e.g. EINTR/ETIMEDOUT) reported by cv_timedwait(_sig).
+ * If the tty is revoked, restarting a pending call will redo validation done
  * at the start of the call.
  *
  * Must be called with the tty lock held.



Home | Main Index | Thread Index | Old Index