summaryrefslogtreecommitdiffhomepage
path: root/examples/bits2.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bits2.c')
-rw-r--r--examples/bits2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bits2.c b/examples/bits2.c
index 73c18351..3f3085b6 100644
--- a/examples/bits2.c
+++ b/examples/bits2.c
@@ -2,7 +2,7 @@
// Example of static sized (stack allocated) bitsets
#define i_type Bits
-#define i_cap 80 // enable fixed bitset on the stack
+#define i_capacity 80 // enable fixed bitset on the stack
#include <stc/cbits.h>
int main()