]> granicus.if.org Git - clang/commitdiff
fix typo
authorChris Lattner <sabre@nondot.org>
Sat, 13 Jun 2009 20:35:58 +0000 (20:35 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 13 Jun 2009 20:35:58 +0000 (20:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73304 91177308-0d34-0410-b5e6-96231b3b80d8

docs/UsersManual.html

index 5ee52f6ea9fa5572f26b810e543500d1a1969eb3..65415eea48d5a53036971eaebb2a43cc60da5d28 100644 (file)
@@ -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