diff options
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> |