[llvm] r297731 - Test commit.
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 14 03:51:17 PDT 2017
Author: jhenderson
Date: Tue Mar 14 05:51:14 2017
New Revision: 297731
URL: http://llvm.org/viewvc/llvm-project?rev=297731&view=rev
Log:
Test commit.
Modified:
llvm/trunk/utils/FileCheck/FileCheck.cpp
Modified: llvm/trunk/utils/FileCheck/FileCheck.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/FileCheck/FileCheck.cpp?rev=297731&r1=297730&r2=297731&view=diff
==============================================================================
--- llvm/trunk/utils/FileCheck/FileCheck.cpp (original)
+++ llvm/trunk/utils/FileCheck/FileCheck.cpp Tue Mar 14 05:51:14 2017
@@ -10,7 +10,7 @@
// FileCheck does a line-by line check of a file that validates whether it
// contains the expected content. This is useful for regression tests etc.
//
-// This program exits with an error status of 2 on error, exit status of 0 if
+// This program exits with an exit status of 2 on error, exit status of 0 if
// the file matched the expected contents, and exit status of 1 if it did not
// contain the expected contents.
//
More information about the llvm-commits
mailing list