aboutsummaryrefslogtreecommitdiff
path: root/docs/InternalsManual.html
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2010-05-27 23:40:55 +0000
committerNick Lewycky <nicholas@mxc.ca>2010-05-27 23:40:55 +0000
commit8ee411e40fa202a73e11630a01c12005d75e832e (patch)
tree141849466769297fcba7d91cb74500b03902f3c9 /docs/InternalsManual.html
parent8e254cfe5a6ab4202c7fcc4b64bdd1ca0fe071ac (diff)
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104898 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/InternalsManual.html')
-rw-r--r--docs/InternalsManual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/InternalsManual.html b/docs/InternalsManual.html
index 5ef5dd842a..5f6d8dd2b7 100644
--- a/docs/InternalsManual.html
+++ b/docs/InternalsManual.html
@@ -709,7 +709,7 @@ be the location of the "c" identifier.</li>
<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>