X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcaseinit.h;h=dbff8567e7bb2aa5cebb4d9fcc399d7f5feab488;hb=b401615e6db40bf74394839b96600afe3a868a95;hp=66226f5683c806728ca36fccc8dcc96d5a18dfa7;hpb=a9b46fb9e208c694e39d6f173bfa6fe631a30129;p=pspp-builds.git diff --git a/src/data/caseinit.h b/src/data/caseinit.h index 66226f56..dbff8567 100644 --- a/src/data/caseinit.h +++ b/src/data/caseinit.h @@ -17,12 +17,12 @@ /* 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