From 5f564fd013327977a4d04aa520237d17f641f01a Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 8 Aug 2021 21:35:12 +0100 Subject: [PATCH] lra: Fix s/otput/output/ typo in debug output gcc/ * lra-constraints.c: Fix s/otput/output/ typo. --- 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; }