summaryrefslogtreecommitdiff
path: root/src/copy.h
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-08 21:03:22 +0100
committerJim Meyering <meyering@redhat.com>2012-01-09 21:51:59 +0100
commit3ba8b044267a5f7cfa8a7b0d7f19dab3f21431da (patch)
tree576e37b75cd77b289313b23676b6bebc08c1e23b /src/copy.h
parenta517386f1bf8c64ee7617cc2c9d0a16a1d85c8c4 (diff)
downloadcoreutils-3ba8b044267a5f7cfa8a7b0d7f19dab3f21431da.tar.xz
maint: src/*.[ch]: convert more `...' to '...'
Run this (twice): git grep -E -l '`.+'\' src/*.[ch] \ |xargs perl -pi -e 's/`(.+?'\'')/'\''$1/'
Diffstat (limited to 'src/copy.h')
-rw-r--r--src/copy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/copy.h b/src/copy.h
index 5332b2b42..a781820a8 100644
--- a/src/copy.h
+++ b/src/copy.h
@@ -124,8 +124,8 @@ struct cp_options
/* If true, first try to open each existing destination nondirectory,
then, if the open fails, unlink and try again.
- This option must be set for `cp -f', in case the destination file
- exists when the open is attempted. It is irrelevant to `mv' since
+ This option must be set for 'cp -f', in case the destination file
+ exists when the open is attempted. It is irrelevant to 'mv' since
any destination is sure to be removed before the open. */
bool unlink_dest_after_failed_open;