summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-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