[cfe-commits] r61815 - /cfe/trunk/docs/InternalsManual.html
Cedric Venet
cedric.venet at laposte.net
Tue Jan 6 08:23:03 PST 2009
Author: venet
Date: Tue Jan 6 10:22:54 2009
New Revision: 61815
URL: http://llvm.org/viewvc/llvm-project?rev=61815&view=rev
Log:
Fix a typo.
Modified:
cfe/trunk/docs/InternalsManual.html
Modified: cfe/trunk/docs/InternalsManual.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/InternalsManual.html?rev=61815&r1=61814&r2=61815&view=diff
==============================================================================
--- cfe/trunk/docs/InternalsManual.html (original)
+++ cfe/trunk/docs/InternalsManual.html Tue Jan 6 10:22:54 2009
@@ -619,7 +619,7 @@
</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:
More information about the cfe-commits
mailing list