queue.3: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-10-25 12:11:25 +01:00
parent d43abf2771
commit d03e886304
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ Forward traversal through the list.
.PP
Code size and execution time
depend on the complexity of the data structure being used,
so programmers should take care of choosing the appropriate one.
so programmers should take care to choose the appropriate one.
.SS Singly-linked lists (SLIST)
Singly-linked lists are the simplest
and support only the above functionality.