aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Venet <cedric.venet@laposte.net>2009-01-06 16:22:54 +0000
committerCedric Venet <cedric.venet@laposte.net>2009-01-06 16:22:54 +0000
commitda76b28553c7a36620256f6a36f763682d988c1a (patch)
treeeb17947be3feeb2cb93e4e9aa3dc05314ee2c3e8
parent823c44e6d73141f642e207980b4021ddcf09897b (diff)
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61815 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/InternalsManual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/InternalsManual.html b/docs/InternalsManual.html
index 8fd42e7ad0..9d21ca7cc7 100644
--- a/docs/InternalsManual.html
+++ b/docs/InternalsManual.html
@@ -619,7 +619,7 @@ templates be turned into annot_typename??</li>
</ol>
-<p>As mentioned above, annotation tokens are not returned bye the preprocessor,
+<p>As mentioned above, annotation tokens are not returned by the preprocessor,
they are formed on demand by the parser. This means that the parser has to be
aware of cases where an annotation could occur and form it where appropriate.
This is somewhat similar to how the parser handles Translation Phase 6 of C99: