Change terminology from "active file" to "active dataset".
[pspp-builds.git] / src / data / caseinit.h
index 66226f5683c806728ca36fccc8dcc96d5a18dfa7..dbff8567e7bb2aa5cebb4d9fcc399d7f5feab488 100644 (file)
 /* Case initializer.
 
    The procedure code has to resize cases provided by the active
-   file data source, to provide room for any other variables that
+   dataset data source, to provide room for any other variables that
    should go in the case, fill in the values of "left" variables,
    and initialize the values of other non-left variable to zero
    or spaces.  Then, when we're done with that case, we have to
    save the values of "left" variables to copy into the next case
-   read from the active file.
+   read from the active dataset.
 
    The caseinit data structure provides a little help for
    tracking what data to initialize or to copy from case to