From c07d0c2d2f6f7b0eb6e92cc6204bf05037957e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 1 Sep 2014 15:43:52 +0200 Subject: Imported Upstream version 1.6.3 --- h/counters.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'h/counters.h') 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) -- cgit v1.2.3