aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/dgux.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/i386/dgux.c')
-rw-r--r--gcc/config/i386/dgux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/dgux.c b/gcc/config/i386/dgux.c
index 60e36b44dd6..e9d2b51c3b7 100644
--- a/gcc/config/i386/dgux.c
+++ b/gcc/config/i386/dgux.c
@@ -120,8 +120,8 @@ output_file_start (file, f_options, f_len, W_options, W_len)
output_file_directive (file, main_input_filename);
fprintf (file, "\t.version\t\"01.01\"\n"); \
- /* Switch to the data section so that the coffsem symbol and the
- gcc2_compiled. symbol aren't in the text section. */
+ /* Switch to the data section so that the coffsem symbol
+ isn't in the text section. */
data_section ();
pos = fprintf (file, "\n// cc1 (%s) arguments:", VERSION_STRING);