aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.