aboutsummaryrefslogtreecommitdiff
path: root/contrib/testsuite-management/validate_failures.py
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@google.com>2013-04-18 16:52:15 -0400
committerDiego Novillo <dnovillo@gcc.gnu.org>2013-04-18 16:52:15 -0400
commit18d5a76d3675284de4938dc04f227f342eae49bc (patch)
treea95c6c1e2f5024691fa8a46032c3268dc994a371 /contrib/testsuite-management/validate_failures.py
parent5ef3de19aae0f4bff5db2d1db861ef4a1cdca943 (diff)
downloadgcc-18d5a76d3675284de4938dc04f227f342eae49bc.zip
gcc-18d5a76d3675284de4938dc04f227f342eae49bc.tar.gz
gcc-18d5a76d3675284de4938dc04f227f342eae49bc.tar.bz2
* validate_failures.py: Fix typo.
From-SVN: r198074
Diffstat (limited to 'contrib/testsuite-management/validate_failures.py')
-rwxr-xr-xcontrib/testsuite-management/validate_failures.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/testsuite-management/validate_failures.py b/contrib/testsuite-management/validate_failures.py
index aa71c94..e9e5292 100755
--- a/contrib/testsuite-management/validate_failures.py
+++ b/contrib/testsuite-management/validate_failures.py
@@ -361,7 +361,7 @@ def GetManifestPath(srcdir, target, user_provided_must_exist):
return manifest_path
else:
if not srcdir:
- Error('Could not determine where the location of GCC\'s source tree. '
+ Error('Could not determine the location of GCC\'s source tree. '
'The Makefile does not contain a definition for "srcdir".')
if not target:
Error('Could not determine the target triplet for this build. '