diff options
author | alfred <alfred@FreeBSD.org> | 2003-01-10 06:52:19 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2003-01-10 06:52:19 +0000 |
commit | 90d9ad7de531393e8e1b9f53da80f5a0a21fd151 (patch) | |
tree | ab5bc991ead13a1b79f6bf7baa110665cdfb60da /lib/libc/stdio/flockfile.3 | |
parent | 5e6eecbdf0598d50a80766d698324e918cb3cb7c (diff) | |
download | FreeBSD-src-90d9ad7de531393e8e1b9f53da80f5a0a21fd151.zip FreeBSD-src-90d9ad7de531393e8e1b9f53da80f5a0a21fd151.tar.gz |
spell multiple correctly.
Diffstat (limited to 'lib/libc/stdio/flockfile.3')
-rw-r--r-- | lib/libc/stdio/flockfile.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/flockfile.3 b/lib/libc/stdio/flockfile.3 index efbe233..4eb2645 100644 --- a/lib/libc/stdio/flockfile.3 +++ b/lib/libc/stdio/flockfile.3 @@ -45,7 +45,7 @@ .Sh DESCRIPTION These functions provide explicit application-level locking of stdio streams. They can be used to avoid output from multiple threads being interspersed, -input being dispersed among multiplte readers, and to avoid the overhead +input being dispersed among multiple readers, and to avoid the overhead of locking the stream for each operation. .Pp The |