Date: Fri, 8 Nov 2013 20:11:16 +0000 (UTC) From: Hiren Panchasara <hiren@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r257865 - head/sys/kern Message-ID: <201311082011.rA8KBG6b033584@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311082011.rA8KBG6b033584>