From: Jonathan Wakely Date: Mon, 16 Jul 2018 17:42:20 +0000 (+0100) Subject: * scripts/create_testsuite_files: Fix typo in comment. X-Git-Tag: basepoints/gcc-10~5324 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8c9cad352b8c40693dd7f6b15aec17bfb37c2a1;p=thirdparty%2Fgcc.git * scripts/create_testsuite_files: Fix typo in comment. From-SVN: r262741 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index cad666123deb..dc5dc472bd7a 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,7 @@ 2018-07-16 Jonathan Wakely + * scripts/create_testsuite_files: Fix typo in comment. + PR libstdc++/86537 * include/bits/shared_ptr.h (less>): Remove non-standard partial specialization. diff --git a/libstdc++-v3/scripts/create_testsuite_files b/libstdc++-v3/scripts/create_testsuite_files index 2686c87273d5..156304c2ad27 100755 --- a/libstdc++-v3/scripts/create_testsuite_files +++ b/libstdc++-v3/scripts/create_testsuite_files @@ -11,7 +11,7 @@ # existing files are listed in "testsuite_files" in the output # directory. Subsequent runs pull the list from that file, allowing # users to trim the list down to problematic tests, or just run -# paticular directories or sub-directories of tests. +# particular directories or sub-directories of tests. # # Selecting individual tests can also be done with RUNTESTFLAGS, but # that doesn't really do all that we are trying to accomplish here.