Explorar o código

fix comment

svn:r3077
Roger Dingledine %!s(int64=21) %!d(string=hai) anos
pai
achega
32e74d3525
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      src/common/container.c

+ 1 - 2
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 <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)
 {