]> granicus.if.org Git - clang/commitdiff
Simple typo fix (syntex to syntax). Fixes PR12735
authorAaron Ballman <aaron@aaronballman.com>
Sun, 6 May 2012 16:07:45 +0000 (16:07 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Sun, 6 May 2012 16:07:45 +0000 (16:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156259 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang-c/Index.h

index 13ba6ba2ae167ff8006533700f7d887516d7c5d1..98aa963176cbb5b4fc1aa406de32d20dc0b82618 100644 (file)
@@ -966,7 +966,7 @@ clang_getTranslationUnitSpelling(CXTranslationUnit CTUnit);
  * passed to the \c clang executable if it were being invoked out-of-process.
  * These command-line options will be parsed and will affect how the translation
  * unit is parsed. Note that the following options are ignored: '-c',
- * '-emit-ast', '-fsyntex-only' (which is the default), and '-o <output file>'.
+ * '-emit-ast', '-fsyntax-only' (which is the default), and '-o <output file>'.
  *
  * \param num_unsaved_files the number of unsaved file entries in \p
  * unsaved_files.
@@ -1115,7 +1115,7 @@ CINDEX_LINKAGE unsigned clang_defaultEditingTranslationUnitOptions(void);
  * passed to the \c clang executable if it were being invoked out-of-process.
  * These command-line options will be parsed and will affect how the translation
  * unit is parsed. Note that the following options are ignored: '-c', 
- * '-emit-ast', '-fsyntex-only' (which is the default), and '-o <output file>'.
+ * '-emit-ast', '-fsyntax-only' (which is the default), and '-o <output file>'.
  *
  * \param num_command_line_args The number of command-line arguments in
  * \p command_line_args.