]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* check.c (same_type_check): Typo fix in comment.
authorBrooks Moses <brooks.moses@codesourcery.com>
Fri, 10 Nov 2006 03:38:43 +0000 (03:38 +0000)
committerBrooks Moses <brooks@gcc.gnu.org>
Fri, 10 Nov 2006 03:38:43 +0000 (19:38 -0800)
From-SVN: r118647

gcc/fortran/ChangeLog
gcc/fortran/check.c

index 76a31a6f93f0e99f94fa19a9838633a8b3d25933..d756df333372e49b7e6ab134e91fe77232a73cbf 100644 (file)
@@ -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
index fdbd0038835a7e3fb64d963b103fad1c69da32cd..f8983bd4a4932ab1f9f14ce3cb3037ec2c2ab684 100644 (file)
@@ -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)