aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Koenig <Thomas.Koenig@online.de>2005-08-12 19:42:12 +0000
committerThomas Koenig <tkoenig@gcc.gnu.org>2005-08-12 19:42:12 +0000
commita0b6babc1bfa19f722ec13416522670a948ca9fd (patch)
tree326e38f7898b6b65e2410a70f7a4cd40552dbc20
parent6a134f1c7adcc4e6d07ddc3535f97ea91fe07e47 (diff)
downloadgcc-a0b6babc1bfa19f722ec13416522670a948ca9fd.zip
gcc-a0b6babc1bfa19f722ec13416522670a948ca9fd.tar.gz
gcc-a0b6babc1bfa19f722ec13416522670a948ca9fd.tar.bz2
005-08-12 Thomas Koenig <Thomas.Koenig@online.de>
* gfortran.fortran-torture/execute/character_passing.f90: Fix comment typo. From-SVN: r103042
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gfortran.fortran-torture/execute/character_passing.f902
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 54906bf..39ec91f 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2005-08-12 Thomas Koenig <Thomas.Koenig@online.de>
+
+ * gfortran.fortran-torture/execute/character_passing.f90:
+ Fix comment typo.
+
2005-08-12 Giovanni Bajo <giovannibajo@libero.it>
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 959e602..af06a84 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