From: Ted Kremenek
Date: Tue, 21 Apr 2009 17:14:24 +0000 (+0000)
Subject: Grammar fix.
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf94ca68bdaf4d56f89a97bd84bb8f25af8982d5;p=clang
Grammar fix.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69682 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/UsersManual.html b/docs/UsersManual.html
index 814e87ca33..4167f6183f 100644
--- a/docs/UsersManual.html
+++ b/docs/UsersManual.html
@@ -463,7 +463,7 @@ will be processed from the PTH file. Otherwise, Clang falls back to
directly processing the content of test.h. This mirrors the behavior of
GCC.
-NOTE: Clang does not automatically used PTH files
+
NOTE: Clang does not automatically use PTH files
for headers that are directly included within a source file. For example: