From: Argyrios Kyrtzidis Date: Wed, 10 May 2017 15:48:16 +0000 (+0000) Subject: [libclang] Fix typo in doc-comment, NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edf04fb17617e5050078a7824897d9691ea1f469;p=clang [libclang] Fix typo in doc-comment, NFC git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@302682 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang-c/Index.h b/include/clang-c/Index.h index bb2cbe30e3..462d9269f7 100644 --- a/include/clang-c/Index.h +++ b/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,