update comments
This commit is contained in:
@@ -8,7 +8,7 @@ extern "C" {
|
|||||||
struct UCBitVec {
|
struct UCBitVec {
|
||||||
//storage for the bits
|
//storage for the bits
|
||||||
unsigned long *vec;
|
unsigned long *vec;
|
||||||
//length of the above vec. (Not the number of bits !)
|
//length in bytes of the above vec.
|
||||||
size_t vec_len;
|
size_t vec_len;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user