]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
r13934@catbus: nickm | 2007-07-27 10:41:00 -0400
authorNick Mathewson <nickm@torproject.org>
Fri, 27 Jul 2007 14:41:08 +0000 (14:41 +0000)
committerNick Mathewson <nickm@torproject.org>
Fri, 27 Jul 2007 14:41:08 +0000 (14:41 +0000)
 Fix spelling; add a comment.

svn:r10943

src/common/container.h

index 6a73caac0a21ee5031bc25f3c5dabc643e2a390e..36df117666be6c0e91cd0c21da86ec97cae87da9 100644 (file)
@@ -274,9 +274,10 @@ void* strmap_remove_lc(strmap_t *map, const char *key);
 #define BITARRAY_SHIFT 6
 #define BITARRAY_MASK 63
 #else
-#error "int is neither 4 nor 8 bites. I can't deal with that."
+#error "int is neither 4 nor 8 bytes. I can't deal with that."
 #endif
 
+/** A random-access array of one-bit-wide elements. */
 typedef unsigned int bitarray_t;
 /** Create a new bit array that can hold <b>n_bits</b> bits. */
 static INLINE bitarray_t *