X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fvar.h;h=3aeb9a638a63b33173d503cfbe7ac50baef18bf6;hb=5ff91bd55867848d448c2f09bc7057cc1fb77b18;hp=2219dfb30e6ac8687385c33b08927c99c512dcb2;hpb=17896e38991000673747aa115b3f7aeb9a57a40f;p=pspp diff --git a/src/var.h b/src/var.h index 2219dfb30e..3aeb9a638a 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;