diff options
Diffstat (limited to 'clang/include/clang-c')
-rw-r--r-- | clang/include/clang-c/Index.h | 2 |
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, |