Skip to content

Commit bcddea4

Browse files
committed
update comment in conf.h
1 parent 3cfc574 commit bcddea4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/conf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* calculated as (32768 / CANARY_COUNT_DIV) = 327.
1818
* When CANARY_COUNT_DIV = 7 we set aside < %1 of user
1919
* chunks as canaries because we right shift zone
20-
* chunk count by this value */
20+
* chunk count by this value, e.g. (65535 >> 7 = 511) */
2121
#define CANARY_COUNT_DIV 7
2222

2323
/* If you're compiling for Android and want custom names

0 commit comments

Comments
 (0)