summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2009-11-17 07:06:41 +0000
committerbrueffer <brueffer@FreeBSD.org>2009-11-17 07:06:41 +0000
commitc29c057cc62e07e8f241c3e6c45e89075ae21b00 (patch)
treeee770da05c08cb97981d27ad55ea0e09e609b6a6 /share
parentadba2f7336363ee570a3b0f7ba8ceb121b1c7914 (diff)
downloadFreeBSD-src-c29c057cc62e07e8f241c3e6c45e89075ae21b00.zip
FreeBSD-src-c29c057cc62e07e8f241c3e6c45e89075ae21b00.tar.gz
Fix typo.
PR: 140615 Submitted by: Andrius Morkunas <hinokind@gmail.com> MFC after: 3 days
Diffstat (limited to 'share')
-rw-r--r--share/man/man3/queue.32
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3
index 763ae42..234da68 100644
--- a/share/man/man3/queue.3
+++ b/share/man/man3/queue.3
@@ -233,7 +233,7 @@ O(1) removal of any entry in the list.
However:
.Bl -enum -compact -offset indent
.It
-Each elements requires two pointers rather than one.
+Each element requires two pointers rather than one.
.It
Code size and execution time of operations (except for removal) is about
twice that of the singly-linked data-structures.
OpenPOWER on IntegriCloud