diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2009-11-20 07:19:09 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2009-11-20 07:19:09 +0000 |
| commit | e15ad56b546836fbe5f929969db6180a2907a0eb (patch) | |
| tree | ecf9e3ae7e788ffb7ee9e0ac2e70c5ef2f459cf5 | |
| parent | a154a457ff4d6d504fd20da2730a2ba9be7278bd (diff) | |
Notes
| -rw-r--r-- | share/man/man3/queue.3 | 2 |
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. |
