summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-04-21 17:14:24 +0000
committerTed Kremenek <kremenek@apple.com>2009-04-21 17:14:24 +0000
commitdab465d820aa699b97ee685882277ba66bc8e858 (patch)
tree1e5a7f84f8552e0f0b6522592ab0752cfc3ee827 /clang
parentbeecd58e21ec458d543bd5ae332d8358578d0251 (diff)
downloadbcm5719-llvm-dab465d820aa699b97ee685882277ba66bc8e858.tar.gz
bcm5719-llvm-dab465d820aa699b97ee685882277ba66bc8e858.zip
Grammar fix.
llvm-svn: 69682
Diffstat (limited to 'clang')
-rw-r--r--clang/docs/UsersManual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/UsersManual.html b/clang/docs/UsersManual.html
index 814e87ca331..4167f6183f0 100644
--- a/clang/docs/UsersManual.html
+++ b/clang/docs/UsersManual.html
@@ -463,7 +463,7 @@ will be processed from the PTH file. Otherwise, Clang falls back to
directly processing the content of <tt>test.h</tt>. This mirrors the behavior of
GCC.</p>
-<p><b>NOTE:</b> Clang does <em>not</em> automatically used PTH files
+<p><b>NOTE:</b> Clang does <em>not</em> automatically use PTH files
for headers that are directly included within a source file. For example:</p>
<pre>
OpenPOWER on IntegriCloud