[libclang] Fix typo in doc-comment, NFC

llvm-svn: 302682
This commit is contained in:
Argyrios Kyrtzidis 2017-05-10 15:48:16 +00:00
parent 15dc8c93bc
commit 8b337c061b
1 changed files with 1 additions and 1 deletions

View File

@ -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,