From: Jason Stover Date: Wed, 23 Nov 2005 13:52:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v0.6.0~1138 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=5ff91bd55867848d448c2f09bc7057cc1fb77b18 *** empty log message *** --- diff --git a/src/var.h b/src/var.h index 2219dfb3..3aeb9a63 100644 --- a/src/var.h +++ b/src/var.h @@ -75,7 +75,7 @@ struct variable void *aux; void (*aux_dtor) (struct variable *); - /* Values of a categorical variable which. Procedures need + /* Values of a categorical variable. Procedures need vectors with binary entries, so any variable of type ALPHA will have its values stored here. */ struct cat_vals *obs_vals;