From: Jakub Jelinek Date: Thu, 20 Oct 2022 11:55:35 +0000 (+0200) Subject: passes: Fix a comment typo X-Git-Tag: basepoints/gcc-14~3799 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f468fe111fac86764ec97bf51e4952c5ef7ecccd;p=thirdparty%2Fgcc.git 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. --- 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