Source-Changes-HG archive

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

[src/trunk]: src/sys/kern unp_connect2: fix a comment.



details:   https://anonhg.NetBSD.org/src/rev/9ba24c5f425c
branches:  trunk
changeset: 758138:9ba24c5f425c
user:      yamt <yamt%NetBSD.org@localhost>
date:      Thu Oct 21 11:13:43 2010 +0000

description:
unp_connect2: fix a comment.

diffstat:

 sys/kern/uipc_usrreq.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d561596a8aab -r 9ba24c5f425c sys/kern/uipc_usrreq.c
--- a/sys/kern/uipc_usrreq.c    Thu Oct 21 08:45:29 2010 +0000
+++ b/sys/kern/uipc_usrreq.c    Thu Oct 21 11:13:43 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uipc_usrreq.c,v 1.130 2010/06/24 13:03:11 hannken Exp $        */
+/*     $NetBSD: uipc_usrreq.c,v 1.131 2010/10/21 11:13:43 yamt Exp $   */
 
 /*-
  * Copyright (c) 1998, 2000, 2004, 2008, 2009 The NetBSD Foundation, Inc.
@@ -96,7 +96,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uipc_usrreq.c,v 1.130 2010/06/24 13:03:11 hannken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uipc_usrreq.c,v 1.131 2010/10/21 11:13:43 yamt Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1054,7 +1054,7 @@
         *
         * local endpoint (so)
         * remote endpoint (so2)
-        * queue head (so->so_head, only if PR_CONNREQUIRED)
+        * queue head (so2->so_head, only if PR_CONNREQUIRED)
         */
        KASSERT(solocked2(so, so2));
        KASSERT(so->so_head == NULL);



Home | Main Index | Thread Index | Old Index