aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/scripts
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2018-07-16 18:42:20 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2018-07-16 18:42:20 +0100
commitb8c9cad352b8c40693dd7f6b15aec17bfb37c2a1 (patch)
tree7b102943b2775a27a8583ffa8dfa44dfd0429db4 /libstdc++-v3/scripts
parent99422caabd1d46992de8e373f3131efe84e03bcc (diff)
downloadgcc-b8c9cad352b8c40693dd7f6b15aec17bfb37c2a1.zip
gcc-b8c9cad352b8c40693dd7f6b15aec17bfb37c2a1.tar.gz
gcc-b8c9cad352b8c40693dd7f6b15aec17bfb37c2a1.tar.bz2
* scripts/create_testsuite_files: Fix typo in comment.
From-SVN: r262741
Diffstat (limited to 'libstdc++-v3/scripts')
-rwxr-xr-xlibstdc++-v3/scripts/create_testsuite_files2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/scripts/create_testsuite_files b/libstdc++-v3/scripts/create_testsuite_files
index 2686c87..156304c 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.