summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_socket.c
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2012-10-20 19:38:22 +0000
committerandre <andre@FreeBSD.org>2012-10-20 19:38:22 +0000
commit6062df3e6644d06abdfd53dd83a7a4475ef18264 (patch)
treec7f16d7b8967c56b7bc128e9a3faa1e39eb64607 /sys/kern/uipc_socket.c
parent0502723d98ee640fcc708338a574b953f92b3096 (diff)
downloadFreeBSD-src-6062df3e6644d06abdfd53dd83a7a4475ef18264.zip
FreeBSD-src-6062df3e6644d06abdfd53dd83a7a4475ef18264.tar.gz
Grammar fixes to r241781.
Submitted by: alc
Diffstat (limited to 'sys/kern/uipc_socket.c')
-rw-r--r--sys/kern/uipc_socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/uipc_socket.c b/sys/kern/uipc_socket.c
index a964cf2..4087290 100644
--- a/sys/kern/uipc_socket.c
+++ b/sys/kern/uipc_socket.c
@@ -186,7 +186,7 @@ MALLOC_DEFINE(M_PCB, "pcb", "protocol control block");
* Limit on the number of connections in the listen queue waiting
* for accept(2).
* NB: The orginal sysctl somaxconn is still available but hidden
- * to prevent confusion about the actually purpose of this number.
+ * to prevent confusion about the actual purpose of this number.
*/
static int somaxconn = SOMAXCONN;
OpenPOWER on IntegriCloud