summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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