Fix a typo.

llvm-svn: 61815
This commit is contained in:
Cedric Venet 2009-01-06 16:22:54 +00:00
parent f04100a50d
commit 9fee535c84
1 changed files with 1 additions and 1 deletions

View File

@ -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: