diff options
author | Peter Wemm <peter@FreeBSD.org> | 2014-05-27 07:00:33 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2014-05-27 07:00:33 +0000 |
commit | bc9ddba9ef9abe23eadcdb51b2ce814c00c00639 (patch) | |
tree | 6266be92f31f93e7851b958a90b1f93c3aefbbe8 /network_io/unix/sendrecv.c | |
parent | f2be5817e9c3cb98a81689acb42dc6549ae0448f (diff) |
Notes
Diffstat (limited to 'network_io/unix/sendrecv.c')
-rw-r--r-- | network_io/unix/sendrecv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network_io/unix/sendrecv.c b/network_io/unix/sendrecv.c index 6b14643cd58b..4c0e0a6fce5a 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 |