summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_socket.c
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <luiz@netgate.com>2016-05-23 13:39:56 -0500
committerLuiz Otavio O Souza <luiz@netgate.com>2016-05-23 13:39:56 -0500
commitf448388bb29525075f374464ec8c4c04e9bf03f6 (patch)
treeb51e7d59eebc90d5c3d9578d1a98bb2e58265dfd /sys/kern/uipc_socket.c
parent57a447a9c3cb69fb2e4f874104327cdc3203313a (diff)
parent62dc16af9990c7ed2d0ad80da282ec71427e8556 (diff)
downloadFreeBSD-src-f448388bb29525075f374464ec8c4c04e9bf03f6.zip
FreeBSD-src-f448388bb29525075f374464ec8c4c04e9bf03f6.tar.gz
Merge remote-tracking branch 'origin/master' into devel-11
Diffstat (limited to 'sys/kern/uipc_socket.c')
-rw-r--r--sys/kern/uipc_socket.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/uipc_socket.c b/sys/kern/uipc_socket.c
index 70cc8fd..8117418 100644
--- a/sys/kern/uipc_socket.c
+++ b/sys/kern/uipc_socket.c
@@ -550,7 +550,7 @@ SYSCTL_INT(_regression, OID_AUTO, sonewconn_earlytest, CTLFLAG_RW,
/*
* When an attempt at a new connection is noted on a socket which accepts
* connections, sonewconn is called. If the connection is possible (subject
- * to space constraints, etc.) then we allocate a new structure, propoerly
+ * to space constraints, etc.) then we allocate a new structure, properly
* linked into the data structure of the original socket, and return this.
* Connstatus may be 0, or SS_ISCONFIRMING, or SS_ISCONNECTED.
*
@@ -2711,7 +2711,7 @@ sooptcopyout(struct sockopt *sopt, const void *buf, size_t len)
* that we always tell the user precisely how much we copied, rather
* than something useful like the total amount we had available for
* her. Note that this interface is not idempotent; the entire
- * answer must generated ahead of time.
+ * answer must be generated ahead of time.
*/
valsize = min(len, sopt->sopt_valsize);
sopt->sopt_valsize = valsize;
OpenPOWER on IntegriCloud