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 | dab465d820aa699b97ee685882277ba66bc8e858 (patch) | |
tree | 1e5a7f84f8552e0f0b6522592ab0752cfc3ee827 /clang | |
parent | beecd58e21ec458d543bd5ae332d8358578d0251 (diff) | |
download | bcm5719-llvm-dab465d820aa699b97ee685882277ba66bc8e858.tar.gz bcm5719-llvm-dab465d820aa699b97ee685882277ba66bc8e858.zip |
Grammar fix.
llvm-svn: 69682
Diffstat (limited to 'clang')
-rw-r--r-- | clang/docs/UsersManual.html | 2 |
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> |