Fix some typos (found by codespell)
[pspp] / src / language / control / loop.c
index cece7f68f647cf91e1fd925759c9b7c7a0c80f06..10d57105ccc8189d582be05dd501e04ae60a4a38 100644 (file)
@@ -61,7 +61,7 @@ struct loop_trns
 
     /* Iteration limit. */
     int max_pass_count;         /* Maximum number of passes (-1=unlimited). */
-    int pass;                  /* Number of passes thru the loop so far. */
+    int pass;                  /* Number of passes through the loop so far. */
 
     /* a=a TO b [BY c]. */
     struct variable *index_var; /* Index variable. */