X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcharts%2Fbarchart.h;h=a9eb5812ac5b2a265b194cadb3f1d141c5adf411;hb=ab6a6170a426bbae24d65f7aedaa0c38913ca44c;hp=d43e379b9f64f5e3d52f30c7c03cb78fca84ae13;hpb=6e097c89af440da90b43ce90864394c4d0c843d5;p=pspp diff --git a/src/output/charts/barchart.h b/src/output/charts/barchart.h index d43e379b9f..a9eb5812ac 100644 --- a/src/output/charts/barchart.h +++ b/src/output/charts/barchart.h @@ -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 */ + (the secondaries) sorted by VAL */ struct category **ss; };