lra: Fix s/otput/output/ typo in debug output

gcc/
	* lra-constraints.c: Fix s/otput/output/ typo.
This commit is contained in:
Sergei Trofimovich 2021-08-08 21:35:12 +01:00
parent ad9c394114
commit 5f564fd013

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