aboutsummaryrefslogtreecommitdiffstats
path: root/man7/queue.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/queue.7')
-rw-r--r--man7/queue.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/queue.7 b/man7/queue.7
index 64bbb286f6..0123356f66 100644
--- a/man7/queue.7
+++ b/man7/queue.7
@@ -125,7 +125,7 @@ They are identical, but for historical reasons
they were named differently on different BSDs.
STAILQ originated on FreeBSD, and SIMPLEQ originated on NetBSD.
For compatibility reasons, some systems provide both sets of macros.
-Glibc provides both STAILQ and SIMPLEQ,
+glibc provides both STAILQ and SIMPLEQ,
which are identical except for a missing SIMPLEQ equivalent to
.BR STAILQ_CONCAT ().
.SH SEE ALSO