* scripts/create_testsuite_files: Fix typo in comment.

From-SVN: r262741
This commit is contained in:
Jonathan Wakely
2018-07-16 18:42:20 +01:00
committed by Jonathan Wakely
parent 99422caabd
commit b8c9cad352
2 changed files with 3 additions and 1 deletions

View File

@@ -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.