]> granicus.if.org Git - clang/commitdiff
Fix a typo.
authorCedric Venet <cedric.venet@laposte.net>
Tue, 6 Jan 2009 16:22:54 +0000 (16:22 +0000)
committerCedric Venet <cedric.venet@laposte.net>
Tue, 6 Jan 2009 16:22:54 +0000 (16:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61815 91177308-0d34-0410-b5e6-96231b3b80d8

docs/InternalsManual.html

index 8fd42e7ad0de4e943ff4522ea4dbf65cb9991af1..9d21ca7cc740590a4bf32d0efc832af14fbc7a6c 100644 (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: