aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorChristian Brueffer <brueffer@FreeBSD.org>2009-11-17 07:06:41 +0000
committerChristian Brueffer <brueffer@FreeBSD.org>2009-11-17 07:06:41 +0000
commitad035daf08bb858aa89b2b39a637c9c19205126a (patch)
treeee770da05c08cb97981d27ad55ea0e09e609b6a6 /share
parenta0b4046b01a17e451954fa614243732f051b2483 (diff)
downloadsrc-ad035daf08bb858aa89b2b39a637c9c19205126a.tar.gz
src-ad035daf08bb858aa89b2b39a637c9c19205126a.zip
Fix typo.
PR: 140615 Submitted by: Andrius Morkunas <hinokind@gmail.com> MFC after: 3 days
Notes
Notes: svn path=/head/; revision=199349
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 763ae42ed8da..234da6801715 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.