[llvm-commits] [llvm] r79109 - /llvm/trunk/docs/CommandGuide/FileCheck.pod

Chris Lattner sabre at nondot.org
Sat Aug 15 09:18:57 PDT 2009


Author: lattner
Date: Sat Aug 15 11:18:56 2009
New Revision: 79109

URL: http://llvm.org/viewvc/llvm-project?rev=79109&view=rev
Log:
fix pasto noticed by Jakub

Modified:
    llvm/trunk/docs/CommandGuide/FileCheck.pod

Modified: llvm/trunk/docs/CommandGuide/FileCheck.pod
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/FileCheck.pod?rev=79109&r1=79108&r2=79109&view=diff

==============================================================================
--- llvm/trunk/docs/CommandGuide/FileCheck.pod (original)
+++ llvm/trunk/docs/CommandGuide/FileCheck.pod Sat Aug 15 11:18:56 2009
@@ -21,7 +21,7 @@
 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





More information about the llvm-commits mailing list