From fe8ce6ca21e6a3caac4a29ae1c7bb9fe3e03e673 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sun, 5 May 2019 16:13:56 +0200 Subject: [PATCH] Barchart.h: Add comment. --- src/output/charts/barchart.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; }; -- 2.30.2