public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Eugene Rozenfeld <erozen@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-1401] Fix a typo in an AutoFDO error string
Date: Sat, 12 Jun 2021 00:11:02 +0000 (GMT)	[thread overview]
Message-ID: <20210612001102.4BC003857831@sourceware.org> (raw)

https://gcc.gnu.org/g:23691ddd3aa3ffe55892b2bff54f9a15a89de2b4

commit r12-1401-g23691ddd3aa3ffe55892b2bff54f9a15a89de2b4
Author: Eugene Rozenfeld <erozen@microsoft.com>
Date:   Fri Jun 11 16:28:55 2021 -0700

    Fix a typo in an AutoFDO error string
    
    gcc/ChangeLog:
    
            * auto-profile.c (read_profile): fix a typo in an error string

Diff:
---
 gcc/auto-profile.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/auto-profile.c b/gcc/auto-profile.c
index 2a6d9a1fc24..a4601243dc9 100644
--- a/gcc/auto-profile.c
+++ b/gcc/auto-profile.c
@@ -939,7 +939,7 @@ read_profile (void)
   unsigned version = gcov_read_unsigned ();
   if (version != AUTO_PROFILE_VERSION)
     {
-      error ("AutoFDO profile version %u does match %u",
+      error ("AutoFDO profile version %u does not match %u",
 	     version, AUTO_PROFILE_VERSION);
       return;
     }


                 reply	other threads:[~2021-06-12  0:11 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=20210612001102.4BC003857831@sourceware.org \
    --to=erozen@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).