public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-1401] Fix a typo in an AutoFDO error string
@ 2021-06-12  0:11 Eugene Rozenfeld
  0 siblings, 0 replies; only message in thread
From: Eugene Rozenfeld @ 2021-06-12  0:11 UTC (permalink / raw)
  To: gcc-cvs

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;
     }


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

only message in thread, other threads:[~2021-06-12  0:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-12  0:11 [gcc r12-1401] Fix a typo in an AutoFDO error string Eugene Rozenfeld

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