[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.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- container.c 4 Dec 2004 13:58:34 -0000 1.12
+++ container.c 7 Dec 2004 15:37:35 -0000 1.13
@@ -307,7 +307,7 @@
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.)