summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2013-04-19 00:51:52 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2013-04-19 00:51:52 +0000
commit982934e7d491a050be1b1585c0463e247c05ce35 (patch)
tree9a7dc8a1cd3dd09902bff00e4e36eb2999893726
parent44edbf1310321f4f7ac8011d085fe7350e15519a (diff)
downloadbcm5719-llvm-982934e7d491a050be1b1585c0463e247c05ce35.tar.gz
bcm5719-llvm-982934e7d491a050be1b1585c0463e247c05ce35.zip
[libclang] Fix copy-paste error in comment.
llvm-svn: 179823
-rw-r--r--clang/include/clang-c/Index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h
index 05a1d6473c9..0c9dcbe25dc 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/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);
OpenPOWER on IntegriCloud