aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/fortran/ChangeLog4
-rw-r--r--gcc/fortran/check.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 76a31a6..d756df3 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -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
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)