Change terminology from "active file" to "active dataset".
[pspp-builds.git] / src / language / stats / flip.c
index 953ea1d8998535e7841b75d8245212913a7d39f8..6049f1fa9c9acfbde0cd035c808e849ccd067c65 100644 (file)
@@ -158,7 +158,7 @@ cmd_flip (struct lexer *lexer, struct dataset *ds)
     var_names_add (flip->pool, &flip->old_names,
                    pool_strdup (flip->pool, var_get_name (vars[i])));
 
-  /* Read the active file into a flip_sink. */
+  /* Read the active dataset into a flip_sink. */
   proc_discard_output (ds);
 
   input = proc_open (ds);