Commit b376133b by Erik Edelmann Committed by François-Xavier Coudert

intrinsic.c (check_intrinsic_standard): Fix spelling error in a warning message.

	* intrinsic.c (check_intrinsic_standard): Fix spelling error
	in a warning message.

From-SVN: r101207
parent 84946e72
2005-06-20 Erik Edelmann <erik.edelmann@iki.fi>
* intrinsic.c (check_intrinsic_standard): Fix spelling error
in a warning message.
2005-06-18 Erik Edelman <eedelman@acclab.helsinki.fi>
Steven G. Kargl <kargls@comast.net>
......
......@@ -2914,7 +2914,7 @@ check_intrinsic_standard (const char *name, int standard, locus * where)
if (!gfc_option.warn_nonstd_intrinsics)
return;
gfc_notify_std (standard, "Intrinsic '%s' at %L is not included"
gfc_notify_std (standard, "Intrinsic '%s' at %L is not included "
"in the selected standard", name, where);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment