mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 12:30:55 +08:00
* check.c (same_type_check): Typo fix in comment.
From-SVN: r118647
This commit is contained in:
parent
9fac74620f
commit
f5bf550c9d
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user