[llvm-branch-commits] [cfe-branch] r105037 - /cfe/branches/Apple/whitney/docs/InternalsManual.html
Daniel Dunbar
daniel at zuster.org
Fri May 28 16:06:44 PDT 2010
Author: ddunbar
Date: Fri May 28 18:06:44 2010
New Revision: 105037
URL: http://llvm.org/viewvc/llvm-project?rev=105037&view=rev
Log:
Merge r104898:
--
Author: Nick Lewycky <nicholas at mxc.ca>
Date: Thu May 27 23:40:55 2010 +0000
Fix typo.
Modified:
cfe/branches/Apple/whitney/docs/InternalsManual.html
Modified: cfe/branches/Apple/whitney/docs/InternalsManual.html
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/whitney/docs/InternalsManual.html?rev=105037&r1=105036&r2=105037&view=diff
==============================================================================
--- cfe/branches/Apple/whitney/docs/InternalsManual.html (original)
+++ cfe/branches/Apple/whitney/docs/InternalsManual.html Fri May 28 18:06:44 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 llvm-branch-commits
mailing list