]> granicus.if.org Git - clang/commitdiff
[libclang] Fix typo in doc-comment, NFC
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 10 May 2017 15:48:16 +0000 (15:48 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 10 May 2017 15:48:16 +0000 (15:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@302682 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang-c/Index.h

index bb2cbe30e3a3fb2ba8f0fffb14d94bda268a33b8..462d9269f7ad213f1e45689ec335f7442f46e31b 100644 (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,