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

From-SVN: r118647
This commit is contained in:
Brooks Moses 2006-11-10 03:38:43 +00:00 committed by Brooks Moses
parent 9fac74620f
commit f5bf550c9d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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)