r302682 - [libclang] Fix typo in doc-comment, NFC

Argyrios Kyrtzidis via cfe-commits cfe-commits at lists.llvm.org
Wed May 10 08:48:16 PDT 2017


Author: akirtzidis
Date: Wed May 10 10:48:16 2017
New Revision: 302682

URL: http://llvm.org/viewvc/llvm-project?rev=302682&view=rev
Log:
[libclang] Fix typo in doc-comment, NFC

Modified:
    cfe/trunk/include/clang-c/Index.h

Modified: cfe/trunk/include/clang-c/Index.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang-c/Index.h?rev=302682&r1=302681&r2=302682&view=diff
==============================================================================
--- cfe/trunk/include/clang-c/Index.h (original)
+++ cfe/trunk/include/clang-c/Index.h Wed May 10 10:48:16 2017
@@ -4091,7 +4091,7 @@ CINDEX_LINKAGE unsigned clang_Cursor_isV
  * 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,




More information about the cfe-commits mailing list