From: Thomas Koenig Date: Fri, 12 Aug 2005 19:42:12 +0000 (+0000) Subject: 005-08-12 Thomas Koenig X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a0b6babc1bfa19f722ec13416522670a948ca9fd;p=gcc.git 005-08-12 Thomas Koenig * gfortran.fortran-torture/execute/character_passing.f90: Fix comment typo. From-SVN: r103042 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 54906bf60ac..39ec91f6841 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-08-12 Thomas Koenig + + * gfortran.fortran-torture/execute/character_passing.f90: + Fix comment typo. + 2005-08-12 Giovanni Bajo PR c++/8271 diff --git a/gcc/testsuite/gfortran.fortran-torture/execute/character_passing.f90 b/gcc/testsuite/gfortran.fortran-torture/execute/character_passing.f90 index 959e602b1a8..af06a84e471 100644 --- a/gcc/testsuite/gfortran.fortran-torture/execute/character_passing.f90 +++ b/gcc/testsuite/gfortran.fortran-torture/execute/character_passing.f90 @@ -1,6 +1,6 @@ ! PR middle-end/20030 ! we were messing up the access in LSAME for -! the character agruments. +! the character arguments. program foo character*1 a1, a2, b logical LSAME, x