From 5890c634ba7cc15cf3ff0319a41b8e535734f8ed Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Thu, 9 Apr 2009 18:22:40 +0000 Subject: [PATCH] Fix grammar. Bold face feature points. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68720 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/PTHInternals.html | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/PTHInternals.html b/docs/PTHInternals.html index 5ce4e9980c..2d2e1e3e1b 100644 --- a/docs/PTHInternals.html +++ b/docs/PTHInternals.html @@ -33,9 +33,8 @@ system headers (e.g., Mac OS/X).

Clang supports an implementation of precompiled headers known as pre-tokenized headers (PTH). Clang's pre-tokenized headers support most of same interfaces as GCC's pre-compiled headers (as well as others) but are -completely different in their implementation. This first describes the -interface for using PTH and then briefly elaborates on their design and -implementation.

+completely different in their implementation. This first describes the interface +for using PTH and then briefly elaborates on its design and implementation.

Using Pretokenized Headers with clang

@@ -142,13 +141,13 @@ header files was motivated by the following factors: