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