diff options
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gfortran.dg/list_read_2.f90 | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1fa4522..6d9f428 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2006-01-10 Bernhard Fischer <rep.nop@aon.at> + + * gfortran.dg/list_read_2.f90: Fix typo in description. + 2006-01-10 Jan Beulich <jbeulich@novell.com> * lib/target-supports.exp (check_visibility_available): Simplify test diff --git a/gcc/testsuite/gfortran.dg/list_read_2.f90 b/gcc/testsuite/gfortran.dg/list_read_2.f90 index f60a836..e757f61 100644 --- a/gcc/testsuite/gfortran.dg/list_read_2.f90 +++ b/gcc/testsuite/gfortran.dg/list_read_2.f90 @@ -1,7 +1,7 @@ ! { dg-do run } ! PR16805 ! Test list directed reads from character substrings -! The IO library was reporting an error rather the end-or-fecord when it +! The IO library was reporting an error rather the end-of-record when it ! got to the end of an internal file record. program list_read_2 implicit none |