diff mbox series

scripts/create_testsuite_files: Fix typo in comment.

Message ID 20180716174221.GA13393@redhat.com
State New
Headers show
Series scripts/create_testsuite_files: Fix typo in comment. | expand

Commit Message

Jonathan Wakely July 16, 2018, 5:42 p.m. UTC
Committed to trunk.
commit 2a123b20c5bbb6b54d157281e2dbe546a28086f5
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Mon Jul 16 18:41:31 2018 +0100

            * scripts/create_testsuite_files: Fix typo in comment.
diff mbox series

Patch

diff --git a/libstdc++-v3/scripts/create_testsuite_files b/libstdc++-v3/scripts/create_testsuite_files
index 2686c87273d..156304c2ad2 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.