aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Brueffer <brueffer@FreeBSD.org>2009-11-20 07:19:09 +0000
committerChristian Brueffer <brueffer@FreeBSD.org>2009-11-20 07:19:09 +0000
commite15ad56b546836fbe5f929969db6180a2907a0eb (patch)
treeecf9e3ae7e788ffb7ee9e0ac2e70c5ef2f459cf5
parenta154a457ff4d6d504fd20da2730a2ba9be7278bd (diff)
Notes
-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.