public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-3158] gcc: Fix comment typo
@ 2022-10-07 11:44 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2022-10-07 11:44 UTC (permalink / raw)
  To: gcc-cvs

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

commit r13-3158-gdf78e15233c1dcf9b935c7380fc95359ebcc5562
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Fri Oct 7 12:20:36 2022 +0100

    gcc: Fix comment typo
    
    gcc/ChangeLog:
    
            * value-range.cc (irange::irange_contains_p): Fix comment typo.

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

diff --git a/gcc/value-range.cc b/gcc/value-range.cc
index 16105f87678..a14f9bc4394 100644
--- a/gcc/value-range.cc
+++ b/gcc/value-range.cc
@@ -2509,7 +2509,7 @@ irange::irange_contains_p (const irange &r) const
       // Otherwise, check if this's pair occurs before R's.
       if (wi::lt_p (wi::to_wide (u), wi::to_wide (rl), sign))
 	{
-	  // There's still at leats one pair of R left.
+	  // There's still at least one pair of R left.
 	  if (++i >= num_pairs ())
 	    return false;
 	  l = m_base[i * 2];

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-07 11:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-07 11:44 [gcc r13-3158] gcc: Fix comment typo Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).