public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-2802] lra: Fix s/otput/output/ typo in debug output
@ 2021-08-08 20:38 Sergei Trofimovich
  0 siblings, 0 replies; only message in thread
From: Sergei Trofimovich @ 2021-08-08 20:38 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:5f564fd013327977a4d04aa520237d17f641f01a

commit r12-2802-g5f564fd013327977a4d04aa520237d17f641f01a
Author: Sergei Trofimovich <siarheit@google.com>
Date:   Sun Aug 8 21:35:12 2021 +0100

    lra: Fix s/otput/output/ typo in debug output
    
    gcc/
            * lra-constraints.c: Fix s/otput/output/ typo.

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

diff --git a/gcc/lra-constraints.c b/gcc/lra-constraints.c
index a766f1fd7e8..a56080bee35 100644
--- a/gcc/lra-constraints.c
+++ b/gcc/lra-constraints.c
@@ -2771,7 +2771,7 @@ process_alt_operands (int only_alternative)
 		  if (lra_dump_file != NULL)
 		    fprintf
 		      (lra_dump_file,
-		       "            alt=%d: No input/otput reload -- refuse\n",
+		       "            alt=%d: No input/output reload -- refuse\n",
 		       nalt);
 		  goto fail;
 		}


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

only message in thread, other threads:[~2021-08-08 20:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-08 20:38 [gcc r12-2802] lra: Fix s/otput/output/ typo in debug output Sergei Trofimovich

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