diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-15 16:18:56 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-15 16:18:56 +0000 |
commit | e9ba80db3047427a0c609cef5370320699057861 (patch) | |
tree | 0c7ce1b9cd9d42ccaa325e1ed1dc5db203c6913d /llvm/docs | |
parent | 78e0ffa25fff1aabfb61481b51be98d87546ea15 (diff) | |
download | bcm5719-llvm-e9ba80db3047427a0c609cef5370320699057861.tar.gz bcm5719-llvm-e9ba80db3047427a0c609cef5370320699057861.zip |
fix pasto noticed by Jakub
llvm-svn: 79109
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/CommandGuide/FileCheck.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/FileCheck.pod b/llvm/docs/CommandGuide/FileCheck.pod index 2f9f0071330..539f66fea54 100644 --- a/llvm/docs/CommandGuide/FileCheck.pod +++ b/llvm/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 |