summaryrefslogtreecommitdiff
path: root/src/ls.c
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/ls.c
parenta517386f1bf8c64ee7617cc2c9d0a16a1d85c8c4 (diff)
downloadcoreutils-3ba8b044267a5f7cfa8a7b0d7f19dab3f21431da.tar.gz
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/ls.c')
-rw-r--r--src/ls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ls.c b/src/ls.c
index f8570d955..86f157179 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -300,7 +300,7 @@ static Hash_table *active_dir_set;
/* The table of files in the current directory:
- 'cwd_file' points to a vector of `struct fileinfo', one per file.
+ 'cwd_file' points to a vector of 'struct fileinfo', one per file.
'cwd_n_alloc' is the number of elements space has been allocated for.
'cwd_n_used' is the number actually in use. */
@@ -3146,7 +3146,7 @@ make_link_name (char const *name, char const *linkname)
}
/* Return true if the last component of NAME is '.' or '..'
- This is so we don't try to recurse on `././././. ...' */
+ This is so we don't try to recurse on '././././. ...' */
static bool
basename_is_dot_or_dotdot (const char *name)