summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>2006-11-10 03:38:43 +0000
committerbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>2006-11-10 03:38:43 +0000
commit2040a4ca2673caec7bbd253f2c348ab2e903becf (patch)
treec32e16509adb84c90c0a2c1ada7aa9039261909b /gcc
parent0183a6886263147312b46f9387bec94bcb1e1356 (diff)
downloadgcc-2040a4ca2673caec7bbd253f2c348ab2e903becf.tar.gz
* check.c (same_type_check): Typo fix in comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118647 138bc75d-0d04-0410-961f-82ee72b054a4
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 76a31a6f93f..d756df33337 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 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)