summaryrefslogtreecommitdiff
path: root/utils/FileCheck
diff options
context:
space:
mode:
authorJames Henderson <jh7370@my.bristol.ac.uk>2017-03-14 10:51:14 +0000
committerJames Henderson <jh7370@my.bristol.ac.uk>2017-03-14 10:51:14 +0000
commit51258d9cbde9759ad6e639d1f783b04c3d7a09bf (patch)
tree2749b591a62d437be7c0f0077a9510f2e4a5e158 /utils/FileCheck
parente463d809b5160efb2a88126d3f3d0e154a554e48 (diff)
Test commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297731 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/FileCheck')
-rw-r--r--utils/FileCheck/FileCheck.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/FileCheck/FileCheck.cpp b/utils/FileCheck/FileCheck.cpp
index da1267f027d..f563cadc92c 100644
--- a/utils/FileCheck/FileCheck.cpp
+++ b/utils/FileCheck/FileCheck.cpp
@@ -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.
//