Fix typo.

PR:		140615
Submitted by:	Andrius Morkunas <hinokind@gmail.com>
MFC after:	3 days
This commit is contained in:
Christian Brueffer 2009-11-17 07:06:41 +00:00
parent a0b4046b01
commit ad035daf08

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.