https://gcc.gnu.org/g:948bb7ee02ad6b9f9625e684d1505b57c2a11a6e

commit r16-1022-g948bb7ee02ad6b9f9625e684d1505b57c2a11a6e
Author: Andrew Pinski <quic_apin...@quicinc.com>
Date:   Fri May 30 00:00:31 2025 -0700

    Fix typo in comment in execute_all_ipa_transforms.
    
    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_apin...@quicinc.com>

Diff:
---
 gcc/passes.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/passes.cc b/gcc/passes.cc
index 0482de0b198d..e86aa1f2d1bd 100644
--- a/gcc/passes.cc
+++ b/gcc/passes.cc
@@ -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)
        {

Reply via email to