diff options
author | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-04-18 20:52:15 +0000 |
---|---|---|
committer | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-04-18 20:52:15 +0000 |
commit | 824ba7e66c3abc7033edf22c08918998a70adc8e (patch) | |
tree | a95c6c1e2f5024691fa8a46032c3268dc994a371 /contrib/testsuite-management | |
parent | 236fbbe50f6ce84d68824d5d50d585389c3cb0a4 (diff) | |
download | gcc-824ba7e66c3abc7033edf22c08918998a70adc8e.tar.gz |
* validate_failures.py: Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198074 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib/testsuite-management')
-rwxr-xr-x | contrib/testsuite-management/validate_failures.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/testsuite-management/validate_failures.py b/contrib/testsuite-management/validate_failures.py index aa71c940df9..e9e5292f17b 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. ' |