* gfortran.dg/interface_10.f90: Fix comment typo.

From-SVN: r121956
This commit is contained in:
Brooks Moses 2007-02-14 19:51:43 +00:00 committed by Brooks Moses
parent 70def3c8db
commit 5fdc405835
2 changed files with 5 additions and 1 deletions

View 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

View 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.
!