svn commit: r257865 - head/sys/kern

Hiren Panchasara hiren at FreeBSD.org
Fri Nov 8 20:11:16 UTC 2013


Author: hiren
Date: Fri Nov  8 20:11:15 2013
New Revision: 257865
URL: http://svnweb.freebsd.org/changeset/base/257865

Log:
  Fix typo in a comment.

Modified:
  head/sys/kern/uipc_socket.c

Modified: head/sys/kern/uipc_socket.c
==============================================================================
--- head/sys/kern/uipc_socket.c	Fri Nov  8 18:28:48 2013	(r257864)
+++ head/sys/kern/uipc_socket.c	Fri Nov  8 20:11:15 2013	(r257865)
@@ -479,7 +479,7 @@ SYSCTL_INT(_regression, OID_AUTO, sonewc
  * connections, sonewconn is called.  If the connection is possible (subject
  * to space constraints, etc.) then we allocate a new structure, propoerly
  * linked into the data structure of the original socket, and return this.
- * Connstatus may be 0, or SO_ISCONFIRMING, or SO_ISCONNECTED.
+ * Connstatus may be 0, or SS_ISCONFIRMING, or SS_ISCONNECTED.
  *
  * Note: the ref count on the socket is 0 on return.
  */


More information about the svn-src-head mailing list