update comments

This commit is contained in:
Nils O. Selåsdal
2013-06-19 18:48:27 +02:00
parent e03b9a9f80
commit 6268e6ac8e
+1 -1
View File
@@ -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;
}; };