mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 16:47:30 -04:00
Fix typo.
PR: 140615 Submitted by: Andrius Morkunas <hinokind@gmail.com> MFC after: 3 days
This commit is contained in:
parent
a0b4046b01
commit
ad035daf08
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue