public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-8954] Fix comment typo in ao_ref_init_from_vn_reference
@ 2024-02-13 11:56 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2024-02-13 11:56 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:743577e36de66a082d329f71877789599f3ee3b5

commit r14-8954-g743577e36de66a082d329f71877789599f3ee3b5
Author: Richard Biener <rguenther@suse.de>
Date:   Tue Feb 13 12:55:19 2024 +0100

    Fix comment typo in ao_ref_init_from_vn_reference
    
            PR tree-optimization/113831
            * tree-ssa-sccvn.cc (ao_ref_init_from_vn_reference): Fix
            typo in comment.

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

diff --git a/gcc/tree-ssa-sccvn.cc b/gcc/tree-ssa-sccvn.cc
index 5a49390a79cb..95670ae2ed6d 100644
--- a/gcc/tree-ssa-sccvn.cc
+++ b/gcc/tree-ssa-sccvn.cc
@@ -1288,7 +1288,7 @@ ao_ref_init_from_vn_reference (ao_ref *ref,
 
 	case ARRAY_RANGE_REF:
 	case ARRAY_REF:
-	  /* Use the recored constant offset.  */
+	  /* Use the recorded constant offset.  */
 	  if (maybe_eq (op->off, -1))
 	    max_size = -1;
 	  else

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

only message in thread, other threads:[~2024-02-13 11:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-13 11:56 [gcc r14-8954] Fix comment typo in ao_ref_init_from_vn_reference Richard Biener

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).