MFC: r199349

Fix typo.
This commit is contained in:
brueffer 2009-11-20 07:19:09 +00:00
parent 1b5e05542f
commit 3037a3983e

View File

@ -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.