Commit e1e14947 by Thomas Koenig

frontend-passes.c (optimize_power): Fix typo in comment.

2013-05-01  Thomas Koenig  <tkoenig@gcc.gnu.org>

	* frontend-passes.c (optimize_power):  Fix typo
	in comment.

From-SVN: r198486
parent dceb1653
2013-05-01 Thomas Koenig <tkoenig@gcc.gnu.org>
* frontend-passes.c (optimize_power): Fix typo
in comment.
2013-04-30 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/57071
......
......@@ -1162,7 +1162,7 @@ optimize_power (gfc_expr *e)
e->value.op.op1 = NULL;
e->value.op.op2 = NULL;
mpz_init_set_si (e->value.integer, 1);
/* Typespec cand location are still OK. */
/* Typespec and location are still OK. */
return true;
}
......
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