summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2017-05-10 15:48:16 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2017-05-10 15:48:16 +0000
commit8b337c061b5f50d805fff895f043a26ba475da34 (patch)
tree6cbcc6444f74926689a081045cead540505e3b3d /clang/include/clang-c
parent15dc8c93bcd46065b23e17239e2539e1d6de4383 (diff)
downloadbcm5719-llvm-8b337c061b5f50d805fff895f043a26ba475da34.tar.gz
bcm5719-llvm-8b337c061b5f50d805fff895f043a26ba475da34.zip
[libclang] Fix typo in doc-comment, NFC
llvm-svn: 302682
Diffstat (limited to 'clang/include/clang-c')
-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 bb2cbe30e3a..462d9269f7a 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/include/clang-c/Index.h
@@ -4091,7 +4091,7 @@ CINDEX_LINKAGE unsigned clang_Cursor_isVariadic(CXCursor C);
* the 'definedIn' string from the attribute.
*
* \param isGenerated If non-NULL, and the attribute is present, will be set to
- * non-zero is the 'generated_declaration' is set in the attribute.
+ * non-zero if the 'generated_declaration' is set in the attribute.
*/
CINDEX_LINKAGE unsigned clang_Cursor_isExternalSymbol(CXCursor C,
CXString *language, CXString *definedIn,
OpenPOWER on IntegriCloud