aboutsummaryrefslogtreecommitdiff
path: root/src/include/hlkt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/hlkt.h')
-rw-r--r--src/include/hlkt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/hlkt.h b/src/include/hlkt.h
index ebcb7f6..c4db5e2 100644
--- a/src/include/hlkt.h
+++ b/src/include/hlkt.h
@@ -3,8 +3,8 @@
#include "util.h"
-static int hlkt_run = 0; /* number of tests run */
-static int hlkt_failed = 0; /* number of tests that have failed */
+static int hlkt_run = 0; /* Number of tests run. */
+static int hlkt_failed = 0; /* Number of tests that have failed. */
#define HLKT_HIDE(stuff) do { stuff } while (0)