diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2013-04-19 00:51:52 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2013-04-19 00:51:52 +0000 |
commit | 8be71a6ed879ca244675ddef3941ff7fc5a1147c (patch) | |
tree | 4c563ffba888ee9a71fedf40fcd09bf582cbf207 | |
parent | 80e1acaeb7040548cb494e609b120b134e22a193 (diff) |
[libclang] Fix copy-paste error in comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179823 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang-c/Index.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang-c/Index.h b/include/clang-c/Index.h index 05a1d6473c..0c9dcbe25d 100644 --- a/include/clang-c/Index.h +++ b/include/clang-c/Index.h @@ -3405,7 +3405,7 @@ typedef enum { /** * \brief Given a cursor that represents an ObjC method or parameter * declaration, return the associated ObjC qualifiers for the return type or the - * parameter respectively. The bits are formed from CXObjCPropertyAttrKind. + * parameter respectively. The bits are formed from CXObjCDeclQualifierKind. */ CINDEX_LINKAGE unsigned clang_Cursor_getObjCDeclQualifiers(CXCursor C); |