https://gcc.gnu.org/g:fc605b05605e778ab32c9a233e0014a944c3e0cf

commit r15-7724-gfc605b05605e778ab32c9a233e0014a944c3e0cf
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Thu Feb 27 08:56:29 2025 +0100

    gimple-range-phi: Fix comment typo
    
    During reading of this file I've noticed a typo in the comment, which
    this patch fixes.
    
    2025-02-27  Jakub Jelinek  <ja...@redhat.com>
    
            * gimple-range-phi.cc (phi_analyzer::process_phi): Fix comment typo,
            dpoesn;t -> doesn't.

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

diff --git a/gcc/gimple-range-phi.cc b/gcc/gimple-range-phi.cc
index 2ca41b1c5db4..d9b583fe4fbe 100644
--- a/gcc/gimple-range-phi.cc
+++ b/gcc/gimple-range-phi.cc
@@ -483,7 +483,7 @@ phi_analyzer::process_phi (gphi *phi)
            }
        }
     }
-  // If this dpoesn;t form a group, all members are instead simple phis.
+  // If this doesn't form a group, all members are instead simple phis.
   if (!g)
     {
       bitmap_ior_into (m_simple, m_current);

Reply via email to