aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-10-25 12:11:25 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-10-25 12:11:25 +0100
commitd03e886304763e2541303e374c4cf0bccf84fe0b (patch)
treefa7d079e7c7cd16d0f7d3e769521877fb70bf21f
parentd43abf2771f06093a4fc68471ab745ef2508b8af (diff)
downloadman-pages-d03e886304763e2541303e374c4cf0bccf84fe0b.tar.gz
queue.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/queue.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/queue.3 b/man3/queue.3
index c1b8a72a8f..8cb42d0231 100644
--- a/man3/queue.3
+++ b/man3/queue.3
@@ -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.