]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* scripts/create_testsuite_files: Fix typo in comment.
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Jul 2018 17:42:20 +0000 (17:42 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Jul 2018 17:42:20 +0000 (17:42 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@262741 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/scripts/create_testsuite_files

index cad666123deb352125294181fe35131da6729845..dc5dc472bd7a804c13254a1e589ee73ca4ce273d 100644 (file)
@@ -1,5 +1,7 @@
 2018-07-16  Jonathan Wakely  <jwakely@redhat.com>
 
+       * scripts/create_testsuite_files: Fix typo in comment.
+
        PR libstdc++/86537
        * include/bits/shared_ptr.h (less<shared_ptr<_Tp>>): Remove
        non-standard partial specialization.
index 2686c87273d5c34678776e9c25f83b6536d6efc7..156304c2ad27365f8ee5f76b5c7802d56dfc8d20 100755 (executable)
@@ -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.