* scripts/create_testsuite_files: Fix typo in comment.
authorJonathan Wakely <jwakely@redhat.com>
Mon, 16 Jul 2018 17:42:20 +0000 (18:42 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 16 Jul 2018 17:42:20 +0000 (18:42 +0100)
From-SVN: r262741

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

index cad6661..dc5dc47 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 2686c87..156304c 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.