summaryrefslogtreecommitdiff
path: root/network_io
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2011-03-23 18:13:27 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2011-03-23 18:13:27 +0000
commit6b8f7b907e6045ca3fff92c70e5772f84630a07b (patch)
tree33e9c7b430dfdbe18ad8f6d81e29d589987f0fea /network_io
parent02d21d13ec1d9cf391ce8137af67a5a902f41d3e (diff)
downloadlibapr-6b8f7b907e6045ca3fff92c70e5772f84630a07b.tar.gz
fix typo in comment
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1084659 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'network_io')
-rw-r--r--network_io/unix/sockets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/network_io/unix/sockets.c b/network_io/unix/sockets.c
index dae8e1216..c718b1bc0 100644
--- a/network_io/unix/sockets.c
+++ b/network_io/unix/sockets.c
@@ -268,7 +268,7 @@ apr_status_t apr_socket_accept(apr_socket_t **new, apr_socket_t *sock,
/* Set up socket variables -- note that it may be possible for
* *new to be an AF_INET socket when sock is AF_INET6 in some
- * dual-stack configurations, so ensure the the remote_/local_addr
+ * dual-stack configurations, so ensure that the remote_/local_addr
* structures are adjusted for the family of the accepted
* socket: */
set_socket_vars(*new, sa.sa.sin.sin_family, SOCK_STREAM, sock->protocol);