diff --git a/src/common/container.c b/src/common/container.c index 0dc8f0bde2..69d3d2731e 100644 --- a/src/common/container.c +++ b/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 join, uses the join_len-byte sequence * at join. (Useful for generating a sequence of NUL-terminated * strings.)