summaryrefslogtreecommitdiffstats
path: root/src/bitset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bitset.c')
-rw-r--r--src/bitset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bitset.c b/src/bitset.c
index f4293bf..e818225 100644
--- a/src/bitset.c
+++ b/src/bitset.c
@@ -22,7 +22,7 @@
#include <string.h>
-/** Number of bits per ZixBitset element (ala CHAR_BIT). */
+/// Number of bits per ZixBitset element (ala CHAR_BIT)
#define ZIX_BITSET_ELEM_BIT (CHAR_BIT * sizeof(ZixBitset))
static inline size_t