aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/PTHInternals.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/PTHInternals.html b/docs/PTHInternals.html
index 9e8cb59b5f..955699d9d4 100644
--- a/docs/PTHInternals.html
+++ b/docs/PTHInternals.html
@@ -100,7 +100,7 @@ source file. This is done by specifying the <tt>-token-cache</tt> option:</p>
<pre>
$ cat test.h
- #include<stdio.h>
+ #include &lt;stdio.h&gt;
$ clang-cc -emit-pth test.h -o test.h.pth
$ cat test.c
#include "test.h"