Fixed a punctuation error.
authorJohn Criswell <criswell@uiuc.edu>
Mon, 28 Nov 2005 23:25:41 +0000 (23:25 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Mon, 28 Nov 2005 23:25:41 +0000 (23:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24502 91177308-0d34-0410-b5e6-96231b3b80d8

docs/WritingAnLLVMPass.html

index 1146362ac55d7b5b26ae58485dd7007410c7836f..b26932752eb2065f15d9042391ec1db2b6baedbb 100644 (file)
@@ -1217,7 +1217,7 @@ pass is the default implementation for the interface.</p>
 <div class="doc_text">
 <p>The <a
 href="http://llvm.cs.uiuc.edu/doxygen/Statistic_8h-source.html"><tt>Statistic</tt></a>
-class, is designed to be an easy way to expose various success
+class is designed to be an easy way to expose various success
 metrics from passes.  These statistics are printed at the end of a
 run, when the -stats command line option is enabled on the command
 line. See the <a href="http://llvm.org/docs/ProgrammersManual.html#Statistic">Statistics section</a> in the Programmer's Manual for details.