* gfortran.dg/interface_10.f90: Fix comment typo.
authorbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Feb 2007 19:51:43 +0000 (19:51 +0000)
committerbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Feb 2007 19:51:43 +0000 (19:51 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121956 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/interface_10.f90

index 26a584b..ed49fb3 100644 (file)
@@ -1,3 +1,7 @@
+2007-02-14  Brooks Moses  <brooks.moses@codesourcery.com>
+
+       * gfortran.dg/interface_10.f90: Fix comment typo.
+
 2007-02-14  Dorit Nuzman  <dorit@il.ibm.com>
 
        PR tree-optimization/30771
index 0da59a3..99ecc8c 100644 (file)
@@ -9,7 +9,7 @@ module class_fld
      integer                 :: size(2)
   end type fld
   !
-  !  This interface is renaming the SIZE intrinsic procedure,  
+  !  This interface is extending the SIZE intrinsic procedure,  
   !  which led to a segmentation fault when trying to resolve
   !  the intrinsic symbol name.
   !