xml-parser-generator - iterate over sorted dict - #58975
[pspp] / src / output / charts / barchart.h
index b8b2122cb9b6bc9c50bad79d899553ef66d13359..a9eb5812ac5b2a265b194cadb3f1d141c5adf411 100644 (file)
@@ -70,9 +70,8 @@ struct barchart
     /* A hash table of struct category indexed by VAL */
     struct hmap secondaries;
 
-
-    /* A array of pointers to the members of the above hmap, 
-       sorted by VAL */
+    /* A array of pointers to the members of the above hmap,
+       (the secondaries) sorted by VAL */
     struct category **ss;
   };