diff options
Diffstat (limited to 'gcc/dwarfout.c')
-rw-r--r-- | gcc/dwarfout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index 6210ab9..ddb6a4a 100644 --- a/gcc/dwarfout.c +++ b/gcc/dwarfout.c @@ -5283,7 +5283,7 @@ output_decl (decl, containing_scope) output_formal_types (TREE_TYPE (decl)); else { - /* Generate DIEs to represent all known formal parameters */ + /* Generate DIEs to represent all known formal parameters. */ tree arg_decls = DECL_ARGUMENTS (decl); tree parm; |