]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
lra: Fix s/otput/output/ typo in debug output
authorSergei Trofimovich <siarheit@google.com>
Sun, 8 Aug 2021 20:35:12 +0000 (21:35 +0100)
committerSergei Trofimovich <siarheit@google.com>
Sun, 8 Aug 2021 20:37:20 +0000 (21:37 +0100)
gcc/
* lra-constraints.c: Fix s/otput/output/ typo.

gcc/lra-constraints.c

index a766f1fd7e81cb5a4549a987550821167da01a7a..a56080bee35ab0ff30ed260bac8f391acb7b91c7 100644 (file)
@@ -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;
                }