fix typo

llvm-svn: 73304
diff --git a/clang/docs/UsersManual.html b/clang/docs/UsersManual.html
index 5ee52f6..65415ee 100644
--- a/clang/docs/UsersManual.html
+++ b/clang/docs/UsersManual.html
@@ -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