summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/man/flockfile.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/man/flockfile.3 b/lib/libpthread/man/flockfile.3
index 83785f65e5f..1a57ac88441 100644
--- a/lib/libpthread/man/flockfile.3
+++ b/lib/libpthread/man/flockfile.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: flockfile.3,v 1.7 2002/05/01 08:03:30 mpech Exp $
+.\" $OpenBSD: flockfile.3,v 1.8 2003/02/18 13:14:43 jmc Exp $
.\" David Leonard <d@openbsd.org>, 1998. Public domain.
.Dd August 20, 1998
.Dt FLOCKFILE 3
@@ -53,7 +53,7 @@ function.
Logically, there is a lock count associated with each
.Ft "FILE *"
object.
-This count is implicitly intialized to zero when the
+This count is implicitly initialized to zero when the
.Ft "FILE *"
object is created.
The