summaryrefslogtreecommitdiffstats
path: root/clang/docs/UsersManual.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-06-13 20:35:58 +0000
committerChris Lattner <sabre@nondot.org>2009-06-13 20:35:58 +0000
commit084776d08b9c3ceaab81c013a2f7b465f85fcb18 (patch)
treeb94cf094b9cccf4002f3f1d4ec1674fe51a4c051 /clang/docs/UsersManual.html
parent2f554fadcd41db42f74bc34268f096c01eb3640f (diff)
downloadbcm5719-llvm-084776d08b9c3ceaab81c013a2f7b465f85fcb18.tar.gz
bcm5719-llvm-084776d08b9c3ceaab81c013a2f7b465f85fcb18.zip
fix typo
llvm-svn: 73304
Diffstat (limited to 'clang/docs/UsersManual.html')
-rw-r--r--clang/docs/UsersManual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/UsersManual.html b/clang/docs/UsersManual.html
index 5ee52f6ea9f..65415eea48d 100644
--- a/clang/docs/UsersManual.html
+++ b/clang/docs/UsersManual.html
@@ -455,7 +455,7 @@ GCC.</p>
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
OpenPOWER on IntegriCloud