summaryrefslogtreecommitdiffstats
path: root/gcc/passes.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/passes.c')
-rw-r--r--gcc/passes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/passes.c b/gcc/passes.c
index 104e2934d28..44ea3f9ddc3 100644
--- a/gcc/passes.c
+++ b/gcc/passes.c
@@ -507,8 +507,8 @@ init_optimization_passes (void)
NEXT_PASS (pass_ipa_pta);
*p = NULL;
- /* These passes are run after IPA passes on every function that is being output
- to the assemlber file. */
+ /* These passes are run after IPA passes on every function that is being
+ output to the assembler file. */
p = &all_passes;
NEXT_PASS (pass_apply_inline);
NEXT_PASS (pass_all_optimizations);
OpenPOWER on IntegriCloud