]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gimple-range-phi: Fix comment typo
authorJakub Jelinek <jakub@redhat.com>
Thu, 27 Feb 2025 07:56:29 +0000 (08:56 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 27 Feb 2025 07:56:29 +0000 (08:56 +0100)
During reading of this file I've noticed a typo in the comment, which
this patch fixes.

2025-02-27  Jakub Jelinek  <jakub@redhat.com>

* gimple-range-phi.cc (phi_analyzer::process_phi): Fix comment typo,
dpoesn;t -> doesn't.

gcc/gimple-range-phi.cc

index 2ca41b1c5db4e62304fe6d9d828884221f18914e..d9b583fe4fbe4ef97351aa2b32cc68544e941cef 100644 (file)
@@ -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);