summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2003-01-10 06:52:19 +0000
committeralfred <alfred@FreeBSD.org>2003-01-10 06:52:19 +0000
commit90d9ad7de531393e8e1b9f53da80f5a0a21fd151 (patch)
treeab5bc991ead13a1b79f6bf7baa110665cdfb60da /lib/libc/stdio
parent5e6eecbdf0598d50a80766d698324e918cb3cb7c (diff)
downloadFreeBSD-src-90d9ad7de531393e8e1b9f53da80f5a0a21fd151.zip
FreeBSD-src-90d9ad7de531393e8e1b9f53da80f5a0a21fd151.tar.gz
spell multiple correctly.
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/flockfile.32
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
OpenPOWER on IntegriCloud