summaryrefslogtreecommitdiff
path: root/include/apr_network_io.h
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2011-03-23 18:17:38 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2011-03-23 18:17:38 +0000
commit060e671fa466474a877fc17dd62f4908d98e076c (patch)
treebac0242136e224412b9a896145f2e5821688cc88 /include/apr_network_io.h
parent6b8f7b907e6045ca3fff92c70e5772f84630a07b (diff)
downloadlibapr-060e671fa466474a877fc17dd62f4908d98e076c.tar.gz
fix extra "the" in comments and license text
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1084662 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_network_io.h')
-rw-r--r--include/apr_network_io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_network_io.h b/include/apr_network_io.h
index 292cc586a..82d2e822b 100644
--- a/include/apr_network_io.h
+++ b/include/apr_network_io.h
@@ -710,7 +710,7 @@ APR_DECLARE(apr_status_t) apr_socket_atmark(apr_socket_t *sock,
/**
* Return an address associated with a socket; either the address to
- * which the socket is bound locally or the the address of the peer
+ * which the socket is bound locally or the address of the peer
* to which the socket is connected.
* @param sa The returned apr_sockaddr_t.
* @param which Whether to retrieve the local or remote address