commit | 2ba696fb67a46d941e3e58c9a24e8bc19c409d9f | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Jun 13 20:35:58 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Jun 13 20:35:58 2009 +0000 |
tree | 5305059be53827b7671e809cfa33068711ab3427 | |
parent | 13c0b602a52fb7e61caf7520ac7c42e987a47a1d [diff] |
fix typo git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73304 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/UsersManual.html b/docs/UsersManual.html index 5ee52f6..65415ee 100644 --- a/docs/UsersManual.html +++ b/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