summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorGuido van Rooij <guido@FreeBSD.org>2001-09-12 17:57:31 +0000
committerGuido van Rooij <guido@FreeBSD.org>2001-09-12 17:57:31 +0000
commitfea88e76d775b23be6993679afb540574205802b (patch)
tree573ebcd90cdb12ca2052a80606aeee16d365e8f0 /lib/libc
parent908e8cb5be8d178f2c151c09ff9688654c972865 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/kqueue.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2
index b5ddce244395..72985119b6bc 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/kqueue.2
@@ -373,7 +373,7 @@ specifies the timeout period in milliseconds.
The timer will be periodic unless EV_ONESHOT is specified.
On return,
.Va data
-conatains the number of times the timeout has expired since the last call to
+contains the number of times the timeout has expired since the last call to
.Fn kevent .
This filter automatically sets the EV_CLEAR flag internally.
.El