summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-15 16:18:56 +0000
committerChris Lattner <sabre@nondot.org>2009-08-15 16:18:56 +0000
commit741042f89aba219b37d88019b27d3f1cf2bd4ffc (patch)
tree6d0a63950b55b86f700e79092989e50af836b032 /docs
parentbad9defac851d5cf04def7906345812ec270a63a (diff)
downloadllvm-741042f89aba219b37d88019b27d3f1cf2bd4ffc.tar.gz
llvm-741042f89aba219b37d88019b27d3f1cf2bd4ffc.tar.bz2
llvm-741042f89aba219b37d88019b27d3f1cf2bd4ffc.tar.xz
fix pasto noticed by Jakub
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79109 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CommandGuide/FileCheck.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/FileCheck.pod b/docs/CommandGuide/FileCheck.pod
index 2f9f007133..539f66fea5 100644
--- a/docs/CommandGuide/FileCheck.pod
+++ b/docs/CommandGuide/FileCheck.pod
@@ -21,7 +21,7 @@ for matching multiple different inputs in one file in a specific order.
The I<match-filename> file specifies the file that contains the patterns to
match. The file to verify is always read from standard input.
-The input and output of B<tblgen> is beyond the scope of this short
+The input and output of B<FileCheck> is beyond the scope of this short
introduction. Please see the I<TestingGuide> page in the LLVM documentation.
=head1 OPTIONS