* validate_failures.py: Fix typo.

From-SVN: r198074
This commit is contained in:
Diego Novillo 2013-04-18 16:52:15 -04:00 committed by Diego Novillo
parent 5ef3de19aa
commit 18d5a76d36
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-04-18 Diego Novillo <dnovillo@google.com>
* validate_failures.py: Fix typo.
2013-04-18 Diego Novillo <dnovillo@google.com>
* validate_failures.py: Loosen check for build directory.

View File

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