[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] fix comment
Update of /home2/or/cvsroot/tor/src/common
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/common
Modified Files:
container.c
Log Message:
fix comment
Index: container.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/container.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- container.c 1 Dec 2004 03:48:12 -0000 1.11
+++ container.c 4 Dec 2004 13:58:34 -0000 1.12
@@ -173,8 +173,7 @@
tor_assert(idx < sl->num_used);
return sl->list[idx];
}
-/** Change the value of the <b>idx</b>th element of sl to <b>val</b>; return the old
- * value of the <b>idx</b>th element.
+/** Change the value of the <b>idx</b>th element of sl to <b>val</b>.
*/
void smartlist_set(smartlist_t *sl, int idx, void *val)
{