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 | 084776d08b9c3ceaab81c013a2f7b465f85fcb18 (patch) | |
tree | b94cf094b9cccf4002f3f1d4ec1674fe51a4c051 /clang/docs | |
parent | 2f554fadcd41db42f74bc34268f096c01eb3640f (diff) | |
download | bcm5719-llvm-084776d08b9c3ceaab81c013a2f7b465f85fcb18.tar.gz bcm5719-llvm-084776d08b9c3ceaab81c013a2f7b465f85fcb18.zip |
fix typo
llvm-svn: 73304
Diffstat (limited to 'clang/docs')
-rw-r--r-- | clang/docs/UsersManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/UsersManual.html b/clang/docs/UsersManual.html index 5ee52f6ea9f..65415eea48d 100644 --- a/clang/docs/UsersManual.html +++ b/clang/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 |