public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Richard Biener <rguenth@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r14-8954] Fix comment typo in ao_ref_init_from_vn_reference
Date: Tue, 13 Feb 2024 11:56:14 +0000 (GMT)	[thread overview]
Message-ID: <20240213115614.71EF63858434@sourceware.org> (raw)

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

                 reply	other threads:[~2024-02-13 11:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240213115614.71EF63858434@sourceware.org \
    --to=rguenth@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).