[libclang] Fix typo in doc-comment, NFC
llvm-svn: 302682
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h
index bb2cbe3..462d926 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/include/clang-c/Index.h
@@ -4091,7 +4091,7 @@
  * 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,