From: Diego Novillo Date: Thu, 18 Apr 2013 20:52:15 +0000 (-0400) Subject: * validate_failures.py: Fix typo. X-Git-Tag: releases/gcc-4.9.0~6375 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18d5a76d3675284de4938dc04f227f342eae49bc;p=thirdparty%2Fgcc.git * validate_failures.py: Fix typo. From-SVN: r198074 --- diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 3dd147be9e80..9f4505bcba97 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2013-04-18 Diego Novillo + + * validate_failures.py: Fix typo. + 2013-04-18 Diego Novillo * validate_failures.py: Loosen check for build directory. diff --git a/contrib/testsuite-management/validate_failures.py b/contrib/testsuite-management/validate_failures.py index aa71c940df9c..e9e5292f17b2 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. '