From: Ben Pfaff Date: Mon, 16 Feb 2004 08:23:49 +0000 (+0000) Subject: Fix comment. X-Git-Tag: v0.4.0~354 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d79bc1a488a293500500e21e911e24929a98c393;p=pspp-builds.git Fix comment. --- diff --git a/src/vfm.c b/src/vfm.c index 65df0dd0..3af13ee0 100644 --- a/src/vfm.c +++ b/src/vfm.c @@ -112,7 +112,7 @@ static int exclude_this_case (void); /* Reads all the cases from the active file, transforms them by the active set of transformations, calls PROCFUNC with CURCASE - set to the case , and writes them to a new active file. + set to the case, and writes them to a new active file. Divides the active file into zero or more series of one or more cases each. BEGINFUNC is called before each series. ENDFUNC is