From 11e13fae69f7a4cef1996c44f7eeb0fb2cce8a4e Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Thu, 9 Apr 2009 18:22:40 +0000 Subject: Fix grammar. Bold face feature points. llvm-svn: 68720 --- clang/docs/PTHInternals.html | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'clang') diff --git a/clang/docs/PTHInternals.html b/clang/docs/PTHInternals.html index 5ce4e9980cd..2d2e1e3e1ba 100644 --- a/clang/docs/PTHInternals.html +++ b/clang/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: