From 32e74d352500dc228a1de5d5bc97e219897ef09b Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sat, 4 Dec 2004 13:58:34 +0000 Subject: fix comment svn:r3077 --- src/common/container.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/common/container.c b/src/common/container.c index 0ee53a0fb..0dc8f0bde 100644 --- a/src/common/container.c +++ b/src/common/container.c @@ -173,8 +173,7 @@ void *smartlist_get(const smartlist_t *sl, int idx) tor_assert(idx < sl->num_used); return sl->list[idx]; } -/** Change the value of the idxth element of sl to val; return the old - * value of the idxth element. +/** Change the value of the idxth element of sl to val. */ void smartlist_set(smartlist_t *sl, int idx, void *val) { -- cgit v1.2.3