]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* validate_failures.py: Fix typo.
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Apr 2013 20:52:15 +0000 (20:52 +0000)
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Apr 2013 20:52:15 +0000 (20:52 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198074 138bc75d-0d04-0410-961f-82ee72b054a4

contrib/ChangeLog
contrib/testsuite-management/validate_failures.py

index 3dd147be9e80d23317cc31bcd08c717aab97eb9c..9f4505bcba971d486953a45f698ed3bdbe6b564a 100644 (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.
index aa71c940df9c9fffe00cb4c5f1bc48f0c4e0d23e..e9e5292f17b24a2c315b3251f746babf5073a3cf 100755 (executable)
@@ -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. '