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 09f6ece..d5ac243 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -1143,7 +1143,7 @@ dbxout_type (type, full, show_arg_types) } else { - /* When outputing destructors, we need to write + /* When outputting destructors, we need to write the argument types out longhand. */ dbxout_type (TYPE_METHOD_BASETYPE (type), 0, 0); putc (',', asmfile); |