From: John Darrington Date: Sun, 5 May 2019 14:13:56 +0000 (+0200) Subject: Barchart.h: Add comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe8ce6ca21e6a3caac4a29ae1c7bb9fe3e03e673;p=pspp Barchart.h: Add comment. --- 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; };