From 3ba8b044267a5f7cfa8a7b0d7f19dab3f21431da Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 8 Jan 2012 21:03:22 +0100 Subject: maint: src/*.[ch]: convert more `...' to '...' Run this (twice): git grep -E -l '`.+'\' src/*.[ch] \ |xargs perl -pi -e 's/`(.+?'\'')/'\''$1/' --- src/ls.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ls.c') 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) -- cgit v1.2.3-54-g00ecf