]> granicus.if.org Git - clang/commitdiff
Fix html problem, patch by Justin Handville
authorChris Lattner <sabre@nondot.org>
Sun, 16 Sep 2007 19:25:23 +0000 (19:25 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 16 Sep 2007 19:25:23 +0000 (19:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42011 91177308-0d34-0410-b5e6-96231b3b80d8

docs/InternalsManual.html

index eb36a790d3f8a2851987be10f1f56e28a95ca8f7..640fd0bd7c5a25768c091ff5c5771d0934cdb174 100644 (file)
@@ -233,7 +233,7 @@ code is vectorized on X86 and PowerPC hosts).</p>
     support the -C preprocessor mode, which passes comments through, and is
     used by the diagnostic checker to identifier expect-error annotations.</li>
 <li>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 '&lt;'
     to return an "angled string" instead of a bunch of tokens for each thing
     within the filename.</li>
 <li>When parsing a preprocessor directive (after "<tt>#</tt>") the