diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2016-08-06 11:44:17 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2016-08-06 11:44:17 +0100 |
commit | ea2f1f49475e03a7729615135634dc5dbba9cff4 (patch) | |
tree | 42d1aa1d849d80e73d2a584f09ee48e48953409e | |
parent | 4ab652083684015ace7812218f4bcb082bd07f00 (diff) | |
download | gcc-ea2f1f49475e03a7729615135634dc5dbba9cff4.zip gcc-ea2f1f49475e03a7729615135634dc5dbba9cff4.tar.gz gcc-ea2f1f49475e03a7729615135634dc5dbba9cff4.tar.bz2 |
* testsuite/lib/libstdc++.exp: Fix typo in comment.
From-SVN: r239193
-rw-r--r-- | libstdc++-v3/ChangeLog | 2 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/lib/libstdc++.exp | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d486715..248fa19 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,7 @@ 2016-08-06 Jonathan Wakely <jwakely@redhat.com> + * testsuite/lib/libstdc++.exp: Fix typo in comment. + PR libstdc++/72820 * include/std/functional (_Function_base::_Base_manager::_M_clone): Qualify new operator. diff --git a/libstdc++-v3/testsuite/lib/libstdc++.exp b/libstdc++-v3/testsuite/lib/libstdc++.exp index 2ea8702..1780eaf 100644 --- a/libstdc++-v3/testsuite/lib/libstdc++.exp +++ b/libstdc++-v3/testsuite/lib/libstdc++.exp @@ -1925,7 +1925,7 @@ proc check_v3_target_little_endian { } { return $et_little_endian } -# Return 1 if the Filesystem TS is suported, 0 otherwise. +# Return 1 if the Filesystem TS is supported, 0 otherwise. # Cache the result. proc check_v3_target_filesystem_ts { } { global cxxflags |