diff options
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r-- | gcc/dbxout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 0fb46a924f3..618094d2d5b 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -562,7 +562,7 @@ dbxout_typedefs (tree syms) } #ifdef DBX_USE_BINCL -/* Emit BINCL stab using given name. */ +/* Emit BINCL stab using given name. */ static void emit_bincl_stab (const char *name) { |