summaryrefslogtreecommitdiff
path: root/share/man/man3/queue.3
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man3/queue.3')
-rw-r--r--share/man/man3/queue.36
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3
index 95f038ea454..b448de3abcb 100644
--- a/share/man/man3/queue.3
+++ b/share/man/man3/queue.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: queue.3,v 1.15 2000/12/14 20:20:06 provos Exp $
+.\" $OpenBSD: queue.3,v 1.16 2001/03/01 16:11:14 aaron Exp $
.\" $NetBSD: queue.3,v 1.4 1995/07/03 00:25:36 mycroft Exp $
.\"
.\" Copyright (c) 1993 The Regents of the University of California.
@@ -796,7 +796,7 @@ The
.Fn TAILQ_FOREACH_REVERSE
acts like
.Fn TAILQ_FOREACH
-but traveres the tail queue in reverse.
+but traverses the tail queue in reverse.
.Pp
The
.Fn TAILQ_EMPTY
@@ -977,7 +977,7 @@ The
.Fn SIMPLEQ_END
and
.Fn TAILQ_END
-macros are provided for symetry with
+macros are provided for symmetry with
.Fn CIRCLEQ_END .
They expand to
.Dv NULL