summaryrefslogtreecommitdiff
path: root/h/counters.h
diff options
context:
space:
mode:
Diffstat (limited to 'h/counters.h')
-rw-r--r--h/counters.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/h/counters.h b/h/counters.h
index 3a3e71c..e3944d9 100644
--- a/h/counters.h
+++ b/h/counters.h
@@ -51,7 +51,7 @@
} \
}
-/* After increment, expression is TRUE if counter is done */
+/* After init or increment, expression is TRUE if counter is done */
#define DC_DONE(nn) \
(nn##_e >= nn##_di)