Make the comment for cspace() match reality.

This commit is contained in:
Yaroslav Tykhiy
2007-03-31 09:08:22 +00:00
parent 0a9b210037
commit c691c0ed18
+3 -3
View File
@@ -666,9 +666,9 @@ regsub(SPACE *sp, char *string, char *src)
}
/*
* aspace --
* Append the source space to the destination space, allocating new
* space as necessary.
* cspace --
* Concatenate space: append the source space to the destination space,
* allocating new space as necessary.
*/
void
cspace(SPACE *sp, const char *p, size_t len, enum e_spflag spflag)