aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_freebsd_init.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-10-21 07:47:21 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-10-21 07:47:21 +0000
commit9760a1336f0eb4057b6e2ccdd4b0145087102b17 (patch)
treedcaf614b7b3181c53eca9cbe7ff3c37f850c2804 /src/os/unix/ngx_freebsd_init.c
parent54276be80c35fcff04da8cd129452995e9ba8ba5 (diff)
downloadnginx-9760a1336f0eb4057b6e2ccdd4b0145087102b17.tar.gz
nginx-9760a1336f0eb4057b6e2ccdd4b0145087102b17.zip
nginx-0.0.1-2003-10-21-11:47:21 import
Diffstat (limited to 'src/os/unix/ngx_freebsd_init.c')
-rw-r--r--src/os/unix/ngx_freebsd_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/unix/ngx_freebsd_init.c b/src/os/unix/ngx_freebsd_init.c
index 058711681..8bf25d077 100644
--- a/src/os/unix/ngx_freebsd_init.c
+++ b/src/os/unix/ngx_freebsd_init.c
@@ -100,7 +100,7 @@ int ngx_os_init(ngx_log_t *log)
/*
* The determination of the sendfile() nbytes bug is complex enough.
- * There're two sendfile() syscalls: a new 393 has no bug while
+ * There are two sendfile() syscalls: a new 393 has no bug while
* an old 336 has the bug in some versions and has not in others.
* Besides libc_r wrapper also emulates the bug in some versions.
* There's no way to say exactly if a given FreeBSD version has the bug.