Fortran: Fix typo in error message.

PR fortran/119406

gcc/fortran/ChangeLog:

	* resolve.cc (resolve_locality_spec): Add space in error
	message.
This commit is contained in:
Jerry DeLisle 2025-03-21 10:34:08 -07:00
parent 00cbf03029
commit f45d14b495

View file

@ -8215,7 +8215,7 @@ resolve_locality_spec (gfc_code *code, gfc_namespace *ns)
{
if (iter->var->symtree->n.sym == sym)
{
gfc_error ("Index variable %qs at %L cannot be specified in a"
gfc_error ("Index variable %qs at %L cannot be specified in a "
"locality-spec", sym->name, &expr->where);
continue;
}