From 74231b0f2c5e178da69919a807d7054f64d7bf59 Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Sat, 5 Mar 2005 11:08:31 +0100 Subject: [PATCH] * lib/target-supports.exp (check_iconv_available): Fix comment. From-SVN: r95927 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/lib/target-supports.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 98132002b1e..7b5ae183a68 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-03-05 Uros Bizjak + + * lib/target-supports.exp (check_iconv_available): Fix comment. + 2005-03-04 John David Anglin Joseph S. Myers diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index f2577c18106..5f9a32bbe18 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 -- 2.30.2