summaryrefslogtreecommitdiff
path: root/network_io
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2013-10-21 11:57:36 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2013-10-21 11:57:36 +0000
commit685fc859709e8919cad73a9fe4dca6306b04fca4 (patch)
treeafc0c1e1811e2dfe037e3adf56dc0ebdc883c70b /network_io
parentf9c745dc2e2192a5c7b1fbdf2dcf6a03ac137f6e (diff)
downloadlibapr-685fc859709e8919cad73a9fe4dca6306b04fca4.tar.gz
Merge apr 1.x bits of r1084662 from trunk:
fix extra "the" in comments and license text git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.5.x@1534109 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'network_io')
-rw-r--r--network_io/unix/sendrecv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/network_io/unix/sendrecv.c b/network_io/unix/sendrecv.c
index 6b14643cd..4c0e0a6fc 100644
--- a/network_io/unix/sendrecv.c
+++ b/network_io/unix/sendrecv.c
@@ -552,7 +552,7 @@ apr_status_t apr_socket_sendfile(apr_socket_t * sock, apr_file_t * file,
/* On early versions of FreeBSD sendfile, the number of bytes to send
* must include the length of the headers. Don't look at the man page
- * for this :( Instead, look at the the logic in
+ * for this :( Instead, look at the logic in
* src/sys/kern/uipc_syscalls::sendfile().
*
* This was fixed in the middle of 4.6-STABLE