aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_freebsd_sendfile_chain.c
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2012-04-03 07:37:31 +0000
committerRuslan Ermilov <ru@nginx.com>2012-04-03 07:37:31 +0000
commit47a04aaa275d1a9b4a51997910f2b2a881464943 (patch)
tree349db1df06558325e03e3026293c52a309f49799 /src/os/unix/ngx_freebsd_sendfile_chain.c
parent7744472c8e4db956bd29c030fdca1e55f5b007fe (diff)
downloadnginx-47a04aaa275d1a9b4a51997910f2b2a881464943.tar.gz
nginx-47a04aaa275d1a9b4a51997910f2b2a881464943.zip
Fixed spelling in multiline C comments.
Diffstat (limited to 'src/os/unix/ngx_freebsd_sendfile_chain.c')
-rw-r--r--src/os/unix/ngx_freebsd_sendfile_chain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/unix/ngx_freebsd_sendfile_chain.c b/src/os/unix/ngx_freebsd_sendfile_chain.c
index 26b326705..724bb0d70 100644
--- a/src/os/unix/ngx_freebsd_sendfile_chain.c
+++ b/src/os/unix/ngx_freebsd_sendfile_chain.c
@@ -18,7 +18,7 @@
* as the 11 full 1460-bytes packets, then one incomplete 324-bytes packet,
* and then again the 11 full 1460-bytes packets.
*
- * Threfore we use the TCP_NOPUSH option (similar to Linux's TCP_CORK)
+ * Therefore we use the TCP_NOPUSH option (similar to Linux's TCP_CORK)
* to postpone the sending - it not only sends a header and the first part of
* the file in one packet, but also sends the file pages in the full packets.
*