diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2010-05-27 23:40:55 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2010-05-27 23:40:55 +0000 |
commit | 42f9ba3790459fd0a80440cc93cf9f4407419c7a (patch) | |
tree | 9cbdfccf9c34950d6ffd7514885a4bbde89fcb5d | |
parent | c9f532dddcf5a01169b89719a5b072d3b01836e1 (diff) | |
download | bcm5719-llvm-42f9ba3790459fd0a80440cc93cf9f4407419c7a.tar.gz bcm5719-llvm-42f9ba3790459fd0a80440cc93cf9f4407419c7a.zip |
Fix typo.
llvm-svn: 104898
-rw-r--r-- | clang/docs/InternalsManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/InternalsManual.html b/clang/docs/InternalsManual.html index 5ef5dd842a6..5f6d8dd2b71 100644 --- a/clang/docs/InternalsManual.html +++ b/clang/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> |