[or-cvs] r10943: Fix spelling; add a comment. (in tor/trunk: . src/common)
nickm at seul.org
nickm at seul.org
Fri Jul 27 14:41:08 UTC 2007
Author: nickm
Date: 2007-07-27 10:41:08 -0400 (Fri, 27 Jul 2007)
New Revision: 10943
Modified:
tor/trunk/
tor/trunk/src/common/container.h
Log:
r13934 at catbus: nickm | 2007-07-27 10:41:00 -0400
Fix spelling; add a comment.
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /tor/trunk [r13934] on 8246c3cf-6607-4228-993b-4d95d33730f1
Modified: tor/trunk/src/common/container.h
===================================================================
--- tor/trunk/src/common/container.h 2007-07-27 11:24:52 UTC (rev 10942)
+++ tor/trunk/src/common/container.h 2007-07-27 14:41:08 UTC (rev 10943)
@@ -274,9 +274,10 @@
#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 *
More information about the tor-commits
mailing list