diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-22 14:56:16 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-22 14:56:16 +0000 |
commit | 55348884b5fddb0fb8ebdf45fc6aac4e59b8a212 (patch) | |
tree | c1d55711096c314c5b0a33c30dbb7ae5f51a7140 /src/common/util.c | |
parent | df89748388c3c50f54f988d851626bbe77159d1e (diff) | |
download | tor-55348884b5fddb0fb8ebdf45fc6aac4e59b8a212.tar.gz tor-55348884b5fddb0fb8ebdf45fc6aac4e59b8a212.zip |
Fix all of the doxygen warnings not pertaining to missing documentation.
svn:r17727
Diffstat (limited to 'src/common/util.c')
-rw-r--r-- | src/common/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.c b/src/common/util.c index ec2b1c9767..659766a4ed 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -249,7 +249,7 @@ _tor_free(void *mem) extern size_t malloc_good_size(size_t size); #endif -/** Allocate and return a chunk of memory of size at least *<b>size</p>, using +/** Allocate and return a chunk of memory of size at least *<b>size</b>, using * the same resources we would use to malloc *<b>sizep</b>. Set *<b>sizep</b> * to the number of usable bytes in the chunk of memory. */ void * |