[cfe-commits] r73304 - /cfe/trunk/docs/UsersManual.html
Chris Lattner
sabre at nondot.org
Sat Jun 13 13:35:58 PDT 2009
Author: lattner
Date: Sat Jun 13 15:35:58 2009
New Revision: 73304
URL: http://llvm.org/viewvc/llvm-project?rev=73304&view=rev
Log:
fix typo
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=73304&r1=73303&r2=73304&view=diff
==============================================================================
--- cfe/trunk/docs/UsersManual.html (original)
+++ cfe/trunk/docs/UsersManual.html Sat Jun 13 15:35:58 2009
@@ -455,7 +455,7 @@
for headers that are directly included within a source file. For example:</p>
<pre>
- $ clang -x c-header test.h -o test.h.cth
+ $ clang -x c-header test.h -o test.h.pch
$ cat test.c
#include "test.h"
$ clang test.c -o test
More information about the cfe-commits
mailing list