From: Ted Kremenek
Date: Thu, 9 Apr 2009 18:20:08 +0000 (+0000)
Subject: More cleanup.
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e16408616b55988ad9de97977ea1b4c630a9b2a;p=clang
More cleanup.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68719 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/PTHInternals.html b/docs/PTHInternals.html
index c18ce4b884..5ce4e9980c 100644
--- a/docs/PTHInternals.html
+++ b/docs/PTHInternals.html
@@ -46,8 +46,8 @@ that is similar to GCC's interface for precompiled headers.
Generating a PTH File
To generate a PTH file using clang, one invokes clang using
-the -x lang-header option. This mirrors the interface in GCC for
-generating PCH files:
+the -x <language>-header option. This mirrors the
+interface in GCC for generating PCH files:
$ gcc -x c-header test.h -o test.h.gch