diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2011-09-06 21:21:58 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2011-09-06 21:21:58 +0000 |
commit | cd5a118264aff95622d73779974a0ed790fbc357 (patch) | |
tree | 0cb3e1680da6a44a4b43541470e9ce496a582fbe /gcc | |
parent | 693ddb1be71474a9777ac330d2d1cb5db3e800fb (diff) | |
download | gcc-cd5a118264aff95622d73779974a0ed790fbc357.zip gcc-cd5a118264aff95622d73779974a0ed790fbc357.tar.gz gcc-cd5a118264aff95622d73779974a0ed790fbc357.tar.bz2 |
Fix typo
From-SVN: r178612
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 269cdff..318dfef 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,6 +1,6 @@ 2011-09-06 Eric Botcazou <ebotcazou@adacore.com> - * gcc.c-torture/compile/20110906-1.c: New test. + * gcc.c-torture/compile/20110906-1.c: New test. 2011-09-06 Uros Bizjak <ubizjak@gmail.com> |