diff options
Diffstat (limited to 'share/man/man3/queue.3')
-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 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. |