From 0b1010e7b8708997aa6bd2091a05644ba9540184 Mon Sep 17 00:00:00 2001
From: John Criswell
Date: Mon, 28 Nov 2005 23:25:41 +0000
Subject: [PATCH] Fixed a punctuation error.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24502 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/WritingAnLLVMPass.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html
index 1146362ac55..b26932752eb 100644
--- a/docs/WritingAnLLVMPass.html
+++ b/docs/WritingAnLLVMPass.html
@@ -1217,7 +1217,7 @@ pass is the default implementation for the interface.
The Statistic
-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 Statistics section in the Programmer's Manual for details.
--
2.34.1