From f5bf550c9dc6510b4f89262d767a37c2966786ed Mon Sep 17 00:00:00 2001 From: Brooks Moses Date: Fri, 10 Nov 2006 03:38:43 +0000 Subject: [PATCH] * check.c (same_type_check): Typo fix in comment. From-SVN: r118647 --- gcc/fortran/ChangeLog | 4 ++++ gcc/fortran/check.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 76a31a6f93f..d756df33337 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2006-11-09 Brooks Moses + + * check.c (same_type_check): Typo fix in comment. + 2006-11-09 Paul Thomas PR fortran/29431 diff --git a/gcc/fortran/check.c b/gcc/fortran/check.c index fdbd0038835..f8983bd4a49 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) -- 2.30.2