Fixed a typo.
authorTanya Lattner <tonic@nondot.org>
Fri, 19 Nov 2004 01:26:37 +0000 (01:26 +0000)
committerTanya Lattner <tonic@nondot.org>
Fri, 19 Nov 2004 01:26:37 +0000 (01:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17972 91177308-0d34-0410-b5e6-96231b3b80d8

docs/WritingAnLLVMPass.html

index c036fa6892ea4d13c4cb322175402df67dfd935f..7b90db352bc10ef40e07ec181863d36d845ebebb 100644 (file)
@@ -1211,12 +1211,12 @@ pass is the default implementation for the interface.</p>
 <!-- *********************************************************************** -->
 
 <div class="doc_text">
-<p>The file <a
+<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
 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 Programmers Manual for details. 
+line. See the <a href="http://llvm.org/docs/ProgrammersManual.html#Statistic">Statistics section</a> in the Programmer's Manual for details. 
 
 </div>