From f468fe111fac86764ec97bf51e4952c5ef7ecccd Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 20 Oct 2022 13:55:35 +0200 Subject: [PATCH] passes: Fix a comment typo This patch fixes a single typo in comment. 2022-10-20 Jakub Jelinek * passes.cc (pass_manager::register_pass): Fix a comment typo - copmilation -> compilation. --- gcc/passes.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/passes.cc b/gcc/passes.cc index 3bbf525ac801..347214e81d0c 100644 --- a/gcc/passes.cc +++ b/gcc/passes.cc @@ -1559,7 +1559,7 @@ pass_manager::register_pass (struct register_pass_info *pass_info) compile () ipa_passes () -> all_small_ipa_passes -> Analysis of all_regular_ipa_passes - * possible LTO streaming at copmilation time * + * possible LTO streaming at compilation time * -> Execution of all_regular_ipa_passes * possible LTO streaming at link time * -> all_late_ipa_passes -- 2.47.2