Commit f5bf550c by Brooks Moses Committed by Brooks Moses

* check.c (same_type_check): Typo fix in comment.

From-SVN: r118647
parent 9fac7462
2006-11-09 Brooks Moses <brooks.moses@codesourcery.com>
* check.c (same_type_check): Typo fix in comment.
2006-11-09 Paul Thomas <pault@gcc.gnu.org>
PR fortran/29431
......
......@@ -199,7 +199,7 @@ scalar_check (gfc_expr * e, int n)
}
/* Make sure two expression have the same type. */
/* Make sure two expressions have the same type. */
static try
same_type_check (gfc_expr * e, int n, gfc_expr * f, int m)
......
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