From 8b337c061b5f50d805fff895f043a26ba475da34 Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Wed, 10 May 2017 15:48:16 +0000 Subject: [libclang] Fix typo in doc-comment, NFC llvm-svn: 302682 --- clang/include/clang-c/Index.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/include/clang-c') 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, -- cgit v1.2.3