diff options
author | Bernhard Fischer <rep.nop@aon.at> | 2006-01-10 14:02:10 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <aldot@gcc.gnu.org> | 2006-01-10 14:02:10 +0100 |
commit | 56b04af7312e90f6af5e347e0eafc18af2d0aa1e (patch) | |
tree | 6bf14da20d50e380d1120a5b21ea8bf9ebee7900 /gcc | |
parent | 6c23a1f24ffe3530a58c8fbdb8c3ac518dae3653 (diff) | |
download | gcc-56b04af7312e90f6af5e347e0eafc18af2d0aa1e.zip gcc-56b04af7312e90f6af5e347e0eafc18af2d0aa1e.tar.gz gcc-56b04af7312e90f6af5e347e0eafc18af2d0aa1e.tar.bz2 |
list_read_2.f90: Fix typo in description.
2006-01-10 Bernhard Fischer <rep.nop@aon.at>
* gfortran.dg/list_read_2.f90: Fix typo in description.
From-SVN: r109541
Diffstat (limited to 'gcc')
-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 |