summaryrefslogtreecommitdiff
path: root/src/cp.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-06-23 19:15:15 +0000
committerJim Meyering <jim@meyering.net>1996-06-23 19:15:15 +0000
commitb617aa5f3f6fbe415f2bebb07b29e0c8d3d169e2 (patch)
treec63e874caf31c1529bd760a01426fb497061a18c /src/cp.c
parent8b0cf1dde46dced59bfcc871dcd60eeb6d41e1a9 (diff)
downloadcoreutils-b617aa5f3f6fbe415f2bebb07b29e0c8d3d169e2.tar.xz
Add comma after e.g. in comment.
From Karl B.
Diffstat (limited to 'src/cp.c')
-rw-r--r--src/cp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cp.c b/src/cp.c
index f28056b8a..2be3a3a68 100644
--- a/src/cp.c
+++ b/src/cp.c
@@ -506,7 +506,7 @@ do_copy (int argc, char **argv)
/* When the force and backup options have been specified and
the source and destination are the same name for an existing
- regular file, convert the user's command, e.g.
+ regular file, convert the user's command, e.g.,
`cp --force --backup foo foo' to `cp --force foo fooSUFFIX'
where SUFFIX is determined by any version control options used. */