diff options
author | Uros Bizjak <uros@kss-loka.si> | 2005-03-05 11:08:31 +0100 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2005-03-05 11:08:31 +0100 |
commit | 74231b0f2c5e178da69919a807d7054f64d7bf59 (patch) | |
tree | 2364f202c87670de62206a860000f1ab083eeab7 /gcc | |
parent | acda0e26ae57a72e6cf26a1820a1d63947ac3941 (diff) | |
download | gcc-74231b0f2c5e178da69919a807d7054f64d7bf59.zip gcc-74231b0f2c5e178da69919a807d7054f64d7bf59.tar.gz gcc-74231b0f2c5e178da69919a807d7054f64d7bf59.tar.bz2 |
* lib/target-supports.exp (check_iconv_available): Fix comment.
From-SVN: r95927
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/lib/target-supports.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9813200..7b5ae18 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-03-05 Uros Bizjak <uros@kss-loka.si> + + * lib/target-supports.exp (check_iconv_available): Fix comment. + 2005-03-04 John David Anglin <dave.danglin@nrc-cnrc.gc.ca> Joseph S. Myers <joseph@codesourcery.com> diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index f2577c1..5f9a32b 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -276,7 +276,7 @@ proc check_profiling_available { test_what } { return $profiling_available_saved } -# Return true if iconv is supported on the target. In particular IBM-1047. +# Return true if iconv is supported on the target. In particular IBM1047. proc check_iconv_available { test_what } { global tool |