commit | 084776d08b9c3ceaab81c013a2f7b465f85fcb18 | [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 | b94cf094b9cccf4002f3f1d4ec1674fe51a4c051 | |
parent | 2f554fadcd41db42f74bc34268f096c01eb3640f [diff] [blame] |
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