X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcharts%2Fbarchart.h;h=a9eb5812ac5b2a265b194cadb3f1d141c5adf411;hb=b315faf626c929de36b04df0848b93b0014e2d35;hp=b8b2122cb9b6bc9c50bad79d899553ef66d13359;hpb=389df78f3bf8c730238f4ed5e5ae09d14c7bff5d;p=pspp diff --git a/src/output/charts/barchart.h b/src/output/charts/barchart.h index b8b2122cb9..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 */ + /* A array of pointers to the members of the above hmap, + (the secondaries) sorted by VAL */ struct category **ss; };