diff options
Diffstat (limited to 'gcc/config/ia64/ia64.c')
-rw-r--r-- | gcc/config/ia64/ia64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/ia64/ia64.c b/gcc/config/ia64/ia64.c index 5ee5a00779b..1f455ea49ab 100644 --- a/gcc/config/ia64/ia64.c +++ b/gcc/config/ia64/ia64.c @@ -9182,7 +9182,7 @@ ia64_asm_output_external (FILE *file, tree decl, const char *name) if (TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (decl))) { /* maybe_assemble_visibility will return 1 if the assembler - visibility directive is outputed. */ + visibility directive is output. */ int need_visibility = ((*targetm.binds_local_p) (decl) && maybe_assemble_visibility (decl)); |