fix comments fault discription

This commit is contained in:
hdmg 2018-12-05 17:15:02 +08:00 committed by antirez
parent dfd250132d
commit c55254a5f4

View File

@ -695,7 +695,7 @@ sds sdscatfmt(sds s, char const *fmt, ...) {
* s = sdstrim(s,"Aa. :"); * s = sdstrim(s,"Aa. :");
* printf("%s\n", s); * printf("%s\n", s);
* *
* Output will be just "Hello World". * Output will be just "HelloWorld".
*/ */
sds sdstrim(sds s, const char *cset) { sds sdstrim(sds s, const char *cset) {
char *start, *end, *sp, *ep; char *start, *end, *sp, *ep;