diff options
Diffstat (limited to 'clang/docs/InternalsManual.html')
| -rw-r--r-- | clang/docs/InternalsManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/InternalsManual.html b/clang/docs/InternalsManual.html index 813015ecf65..6956a118b16 100644 --- a/clang/docs/InternalsManual.html +++ b/clang/docs/InternalsManual.html @@ -821,7 +821,7 @@ code is vectorized on X86 and PowerPC hosts).</p> within the filename.</li> <li>When parsing a preprocessor directive (after "<tt>#</tt>") the ParsingPreprocessorDirective mode is entered. This changes the parser to - return EOM at a newline.</li> + return EOD at a newline.</li> <li>The Lexer uses a LangOptions object to know whether trigraphs are enabled, whether C++ or ObjC keywords are recognized, etc.</li> </ul> |

