From: Chris Lattner
Date: Sun, 16 Sep 2007 19:25:23 +0000 (+0000)
Subject: Fix html problem, patch by Justin Handville
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8438624b5416c8a608c381137e4cf138a882ad21;p=clang
Fix html problem, patch by Justin Handville
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42011 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/InternalsManual.html b/docs/InternalsManual.html
index eb36a790d3..640fd0bd7c 100644
--- a/docs/InternalsManual.html
+++ b/docs/InternalsManual.html
@@ -233,7 +233,7 @@ code is vectorized on X86 and PowerPC hosts).
support the -C preprocessor mode, which passes comments through, and is
used by the diagnostic checker to identifier expect-error annotations.
The lexer can be in ParsingFilename mode, which happens when preprocessing
- after reading a #include directive. This mode changes the parsing of '<'
+ after reading a #include directive. This mode changes the parsing of '<'
to return an "angled string" instead of a bunch of tokens for each thing
within the filename.
When parsing a preprocessor directive (after "#") the