aboutsummaryrefslogtreecommitdiff
path: root/src/include/hlkt.h
diff options
context:
space:
mode:
authorc+12023-11-17 18:58:54 -0500
committerc+12023-11-17 18:58:54 -0500
commit2cc68205a1c0b746ad405607940e7183c4fb09b0 (patch)
treedd16a65479194da364929c71a22d6fb01b58f36a /src/include/hlkt.h
parent7be0923d486cd6ed2e304d3673146563ad677ea7 (diff)
Cleaned up.
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)