]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typo in comment in execute_all_ipa_transforms.
authorAndrew Pinski <quic_apinski@quicinc.com>
Fri, 30 May 2025 07:00:31 +0000 (00:00 -0700)
committerAndrew Pinski <quic_apinski@quicinc.com>
Fri, 30 May 2025 20:46:15 +0000 (13:46 -0700)
small typo, missing n at the end of function.

Pushed as obvious after a bootstrap/test.

gcc/ChangeLog:

* passes.cc (execute_all_ipa_transforms): Fix typo in
commenet.

Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
gcc/passes.cc

index 0482de0b198d6be5435fa48822f3e8caa1178e8b..e86aa1f2d1bdd830e815292d823dc558d3992742 100644 (file)
@@ -2391,7 +2391,7 @@ execute_all_ipa_transforms (bool do_not_collect)
 
   for (auto p : node->ipa_transforms_to_apply)
     {
-      /* To get consistent statistics, we need to account each functio
+      /* To get consistent statistics, we need to account each function
         to each IPA pass.  */
       if (report)
        {