diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-04-21 17:14:24 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-04-21 17:14:24 +0000 |
commit | bf94ca68bdaf4d56f89a97bd84bb8f25af8982d5 (patch) | |
tree | 038065b4216c72f705fb3707ef6846478a33271e /docs | |
parent | b6c8c8bd8d362c8a6cdb767415b0d21e62b77eb2 (diff) |
Grammar fix.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69682 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/UsersManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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> |