]> granicus.if.org Git - llvm/commitdiff
Test commit.
authorJames Henderson <jh7370@my.bristol.ac.uk>
Tue, 14 Mar 2017 10:51:14 +0000 (10:51 +0000)
committerJames Henderson <jh7370@my.bristol.ac.uk>
Tue, 14 Mar 2017 10:51:14 +0000 (10:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297731 91177308-0d34-0410-b5e6-96231b3b80d8

utils/FileCheck/FileCheck.cpp

index da1267f027dc939aa27c168e2d97d666e2f8d153..f563cadc92c3dfba764ea8195c796399fb8c4e48 100644 (file)
@@ -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.
 //