summaryrefslogtreecommitdiffstats
path: root/usr.bin/sed/process.c
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2007-03-31 09:08:22 +0000
committeryar <yar@FreeBSD.org>2007-03-31 09:08:22 +0000
commit307e4679c3315c4b15ea5b7bf814bc64bfc9bc88 (patch)
tree38fc4d2631de8be2c60b50203485c3daebe71673 /usr.bin/sed/process.c
parentf8b82000b43b7f04e9e366c4004a9ccb86a6742c (diff)
downloadFreeBSD-src-307e4679c3315c4b15ea5b7bf814bc64bfc9bc88.zip
FreeBSD-src-307e4679c3315c4b15ea5b7bf814bc64bfc9bc88.tar.gz
Make the comment for cspace() match reality.
Diffstat (limited to 'usr.bin/sed/process.c')
-rw-r--r--usr.bin/sed/process.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/sed/process.c b/usr.bin/sed/process.c
index ce401bd..83fe325b 100644
--- a/usr.bin/sed/process.c
+++ b/usr.bin/sed/process.c
@@ -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)
OpenPOWER on IntegriCloud