X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flanguage%2Fstats%2Faggregate.c;h=d7339d8652c60115a926acfe10ba85ee09dff369;hb=0bc1a5a1eebddc094acd9eb181aa9dcaddef2f5f;hp=eace3479a18b17568430c7c525293faf4c31a38e;hpb=9e24f9a5c52650da0700066e8d9e72261c6492ad;p=pspp diff --git a/src/language/stats/aggregate.c b/src/language/stats/aggregate.c index eace3479a1..d7339d8652 100644 --- a/src/language/stats/aggregate.c +++ b/src/language/stats/aggregate.c @@ -275,7 +275,7 @@ cmd_aggregate (struct lexer *lexer, struct dataset *ds) if (out_file == NULL) { - /* The active file will be replaced by the aggregated data, + /* The active dataset will be replaced by the aggregated data, so TEMPORARY is moot. */ proc_cancel_temporary_transformations (ds); proc_discard_output (ds);