From: Jakub Jelinek Date: Thu, 27 Feb 2025 07:56:29 +0000 (+0100) Subject: gimple-range-phi: Fix comment typo X-Git-Tag: basepoints/gcc-16~1829 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fc605b05605e778ab32c9a233e0014a944c3e0cf;p=thirdparty%2Fgcc.git 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 * gimple-range-phi.cc (phi_analyzer::process_phi): Fix comment typo, dpoesn;t -> doesn't. --- diff --git a/gcc/gimple-range-phi.cc b/gcc/gimple-range-phi.cc index 2ca41b1c5db..d9b583fe4fb 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);