]> granicus.if.org Git - recode/commitdiff
task.c: improve English in a comment
authorReuben Thomas <rrt@sc3d.org>
Mon, 22 Jan 2018 20:40:46 +0000 (20:40 +0000)
committerReuben Thomas <rrt@sc3d.org>
Tue, 23 Jan 2018 07:02:42 +0000 (07:02 +0000)
src/task.c

index c37d7bf765d9fa621924574d79d439ee603f575e..0ba57cee87119a97dcac6ea95efc09f42d81aa55 100644 (file)
@@ -565,7 +565,7 @@ recode_perform_task (RECODE_TASK task)
 {
   /* Leave task->strategy alone, as the same task may be used many
      times differently, and the fact the strategy is undecided is a
-     clue we want to protect between calls.  */
+     clue we want to preserve between calls.  */
   enum recode_sequence_strategy strategy = task->strategy;
 
   switch (strategy)