aboutsummaryrefslogtreecommitdiff
path: root/src/common/mempool.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-05-31 19:03:49 +0000
committerNick Mathewson <nickm@torproject.org>2007-05-31 19:03:49 +0000
commit534c55f531ef021ec4505bfd742cd0f1289d1f34 (patch)
tree94fad035b77e2d80d30bdb5cca73f5ab5cc3afea /src/common/mempool.c
parent71c0a13703e8d9453699fa578e527e6e859b674b (diff)
downloadtor-534c55f531ef021ec4505bfd742cd0f1289d1f34.tar
tor-534c55f531ef021ec4505bfd742cd0f1289d1f34.tar.gz
r13111@catbus: nickm | 2007-05-31 15:03:41 -0400
Cleanup whitespace. svn:r10425
Diffstat (limited to 'src/common/mempool.c')
-rw-r--r--src/common/mempool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mempool.c b/src/common/mempool.c
index fa5636f88..c7c25098c 100644
--- a/src/common/mempool.c
+++ b/src/common/mempool.c
@@ -135,7 +135,7 @@ struct mp_chunk_t {
*/
mp_allocated_t *first_free;
int n_allocated; /**< Number of currently allocated items in this chunk. */
- int capacity; /**< Largest number of items that can be fit into this chunk. */
+ int capacity; /**< Number of items that can be fit into this chunk. */
size_t mem_size; /**< Number of usable bytes in mem. */
char *next_mem; /**< Pointer into part of <b>mem</b> not yet carved up. */
char mem[1]; /**< Storage for this chunk. (Not actual size.) */