Change terminology from "active file" to "active dataset".
[pspp-builds.git] / src / language / dictionary / modify-variables.c
index d3e663c39e84e597d08bde81ff9fb555abd5f5f9..b9a8a28eecc06cad545030837b75fa893f919e8b 100644 (file)
@@ -79,7 +79,7 @@ cmd_modify_vars (struct lexer *lexer, struct dataset *ds)
      this type. */
   unsigned already_encountered = 0;
 
-  /* What we're gonna do to the active file. */
+  /* What we are going to do to the active dataset. */
   struct var_modification vm;
 
   /* Return code. */