Commit ea2f1f49 by Jonathan Wakely Committed by Jonathan Wakely

* testsuite/lib/libstdc++.exp: Fix typo in comment.

From-SVN: r239193
parent 4ab65208
2016-08-06 Jonathan Wakely <jwakely@redhat.com> 2016-08-06 Jonathan Wakely <jwakely@redhat.com>
* testsuite/lib/libstdc++.exp: Fix typo in comment.
PR libstdc++/72820 PR libstdc++/72820
* include/std/functional (_Function_base::_Base_manager::_M_clone): * include/std/functional (_Function_base::_Base_manager::_M_clone):
Qualify new operator. Qualify new operator.
......
...@@ -1925,7 +1925,7 @@ proc check_v3_target_little_endian { } { ...@@ -1925,7 +1925,7 @@ proc check_v3_target_little_endian { } {
return $et_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. # Cache the result.
proc check_v3_target_filesystem_ts { } { proc check_v3_target_filesystem_ts { } {
global cxxflags global cxxflags
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment