[cfe-commits] r104898 - /cfe/trunk/docs/InternalsManual.html
Nick Lewycky
nicholas at mxc.ca
Thu May 27 16:40:55 PDT 2010
Author: nicholas
Date: Thu May 27 18:40:55 2010
New Revision: 104898
URL: http://llvm.org/viewvc/llvm-project?rev=104898&view=rev
Log:
Fix 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=104898&r1=104897&r2=104898&view=diff
==============================================================================
--- cfe/trunk/docs/InternalsManual.html (original)
+++ cfe/trunk/docs/InternalsManual.html Thu May 27 18:40:55 2010
@@ -709,7 +709,7 @@
<li><b>void* "AnnotationValue"</b> - This contains an opaque object that the
parser gets from Sema through an Actions module, it is passed around and Sema
-intepretes it, based on the type of annotation token.</li>
+interprets it, based on the type of annotation token.</li>
<li><b>TokenKind "Kind"</b> - This indicates the kind of Annotation token this
is. See below for the different valid kinds.</li>
More information about the cfe-commits
mailing list