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 4265c9c0a50..6e561862f90 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -2014,7 +2014,7 @@ dbxout_symbol (tree decl, int local ATTRIBUTE_UNUSED) || DECL_IGNORED_P (decl)) DBXOUT_DECR_NESTING_AND_RETURN (0); - /* If we are to generate only the symbols actualy used then such + /* If we are to generate only the symbols actually used then such symbol nodees are flagged with TREE_USED. Ignore any that aren't flaged as TREE_USED. */ |