value-labels: Fix comment.
[pspp-builds.git] / src / data / value-labels.h
index 6cb5259edb2fe22a28b53b49bba4a8e2e9fb1b1c..c6d7f91201baeb426e73465e305ecd78c6aab4a7 100644 (file)
@@ -64,7 +64,7 @@ val_lab_get_label (const struct val_lab *vl)
 struct val_labs
   {
     int width;                  /* 0=numeric, otherwise string width. */
-    struct hmap labels;         /* Hash table of `struct int_val_lab's. */
+    struct hmap labels;         /* Hash table of `struct val_lab's. */
   };
 
 /* Creating and destroying sets of value labels. */