diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d486715ca08e..248fa1973737 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,7 @@ 2016-08-06 Jonathan Wakely + * 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 2ea8702a5c5a..1780eaff5c19 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