diff options
Diffstat (limited to 'lib/libc/sys/sendfile.2')
| -rw-r--r-- | lib/libc/sys/sendfile.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/sendfile.2 b/lib/libc/sys/sendfile.2 index 498607153d88..dc6c062b23db 100644 --- a/lib/libc/sys/sendfile.2 +++ b/lib/libc/sys/sendfile.2 @@ -92,7 +92,7 @@ argument has one possible value: .Fa SF_NODISKIO . This flag causes any sendfile call which would block on disk I/O to instead return EBUSY. Busy servers may benefit by transferring requests that would -block to a seperate I/O worker thread. +block to a separate I/O worker thread. .Pp When using a socket marked for non-blocking I/O, .Fn sendfile |
