diff options
author | Chris Lattner <sabre@nondot.org> | 2009-06-13 20:35:58 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-06-13 20:35:58 +0000 |
commit | e42ec54dff9c3b9d8935b42a22737b69bbcf7cb0 (patch) | |
tree | 5305059be53827b7671e809cfa33068711ab3427 | |
parent | 4127fccb72ef463b9fb4f1f8ed22dc76e1a57837 (diff) |
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73304 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/UsersManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/UsersManual.html b/docs/UsersManual.html index 5ee52f6ea9..65415eea48 100644 --- a/docs/UsersManual.html +++ b/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 |