aboutsummaryrefslogtreecommitdiff
path: root/gas/depend.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/depend.c')
-rw-r--r--gas/depend.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/depend.c b/gas/depend.c
index 7203e59..8b57a67 100644
--- a/gas/depend.c
+++ b/gas/depend.c
@@ -121,8 +121,8 @@ quote_string_for_make (FILE *file, const char *src)
if (file)
putc (c, file);
i++;
- /* Fall through. This can mishandle things like "$(" but
- there's no easy fix. */
+ /* Fall through. */
+ /* This can mishandle things like "$(" but there's no easy fix. */
default:
ordinary_char:
/* This can mishandle characters in the string "\0\n%*?[\\~";