浏览代码

fix comment

svn:r3110
Roger Dingledine 21 年之前
父节点
当前提交
bd5524bfc7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/common/container.c

+ 1 - 1
src/common/container.c

@@ -307,7 +307,7 @@ char *smartlist_join_strings(smartlist_t *sl, const char *join,
   return smartlist_join_strings2(sl,join,strlen(join),terminate,len_out);
 }
 
-/** As smartlist_join_strings2, but instead of separating/terminated with a
+/** As smartlist_join_strings, but instead of separating/terminated with a
  * NUL-terminated string <b>join</b>, uses the <b>join_len</b>-byte sequence
  * at <b>join</b>.  (Useful for generating a sequence of NUL-terminated
  * strings.)