*** empty log message ***
authorJason Stover <jhs@math.gcsu.edu>
Wed, 23 Nov 2005 13:52:47 +0000 (13:52 +0000)
committerJason Stover <jhs@math.gcsu.edu>
Wed, 23 Nov 2005 13:52:47 +0000 (13:52 +0000)
src/var.h

index 2219dfb30e6ac8687385c33b08927c99c512dcb2..3aeb9a638a63b33173d503cfbe7ac50baef18bf6 100644 (file)
--- 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;