diff options
author | mpp <mpp@FreeBSD.org> | 2004-06-21 18:57:32 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 2004-06-21 18:57:32 +0000 |
commit | 1165f3c38056f4623fc138788a7ed1995cd7f34e (patch) | |
tree | bdc200b53ad87e57fa6ca414b2114ba5f8d935b9 /lib/libc/sys/sendfile.2 | |
parent | 58e2cb433b159f72a0e8b3b7031adad8eb0e6fd2 (diff) | |
download | FreeBSD-src-1165f3c38056f4623fc138788a7ed1995cd7f34e.zip FreeBSD-src-1165f3c38056f4623fc138788a7ed1995cd7f34e.tar.gz |
Spelling fixes.
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 4986071..dc6c062 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 |