diff options
Diffstat (limited to 'gcc/fortran/check.c')
| -rw-r--r-- | gcc/fortran/check.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/check.c b/gcc/fortran/check.c index fdbd003..f8983bd 100644 --- a/gcc/fortran/check.c +++ b/gcc/fortran/check.c @@ -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) |
