From 56b04af7312e90f6af5e347e0eafc18af2d0aa1e Mon Sep 17 00:00:00 2001 From: Bernhard Fischer Date: Tue, 10 Jan 2006 14:02:10 +0100 Subject: [PATCH] list_read_2.f90: Fix typo in description. 2006-01-10 Bernhard Fischer * gfortran.dg/list_read_2.f90: Fix typo in description. From-SVN: r109541 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gfortran.dg/list_read_2.f90 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1fa45223f151..6d9f4286f761 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2006-01-10 Bernhard Fischer + + * gfortran.dg/list_read_2.f90: Fix typo in description. + 2006-01-10 Jan Beulich * 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 f60a83620109..e757f613e440 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 -- 2.47.2