[cfe-commits] r69682 - /cfe/trunk/docs/UsersManual.html
Ted Kremenek
kremenek at apple.com
Tue Apr 21 10:14:25 PDT 2009
Author: kremenek
Date: Tue Apr 21 12:14:24 2009
New Revision: 69682
URL: http://llvm.org/viewvc/llvm-project?rev=69682&view=rev
Log:
Grammar fix.
Modified:
cfe/trunk/docs/UsersManual.html
Modified: cfe/trunk/docs/UsersManual.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/UsersManual.html?rev=69682&r1=69681&r2=69682&view=diff
==============================================================================
--- cfe/trunk/docs/UsersManual.html (original)
+++ cfe/trunk/docs/UsersManual.html Tue Apr 21 12:14:24 2009
@@ -463,7 +463,7 @@
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>
More information about the cfe-commits
mailing list