summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2012-03-04 00:24:20 +0000
committerPaul Smith <psmith@gnu.org>2012-03-04 00:24:20 +0000
commite3bae2ae81d6b7fa329ad39b23929685da1efebd (patch)
tree80b69e1fde31e8c4a39ee43b57546a06f77de353 /misc.c
parent7ba9c699d9c2b2e700fcc94f2b7d1db2f4b97a8d (diff)
downloadmake-e3bae2ae81d6b7fa329ad39b23929685da1efebd.tar.gz
Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.
Fixes Savannah bug #34530.
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc.c b/misc.c
index 0ea56bb3..4e87b351 100644
--- a/misc.c
+++ b/misc.c
@@ -535,7 +535,7 @@ find_next_token (const char **ptr, unsigned int *lengthptr)
}
-/* Copy a chain of `struct dep'. For 2nd expansion deps, dup the name. */
+/* Copy a chain of 'struct dep'. For 2nd expansion deps, dup the name. */
struct dep *
copy_dep_chain (const struct dep *d)
@@ -941,7 +941,7 @@ get_path_max (void)
the failure. That's what the ferror test is checking below.
It's important to detect such failures and exit nonzero because many
- tools (most notably `make' and other build-management systems) depend
+ tools (most notably 'make' and other build-management systems) depend
on being able to detect failure in other tools via their exit status. */
void