[cfe-commits] r156259 - /cfe/trunk/include/clang-c/Index.h
Aaron Ballman
aaron at aaronballman.com
Sun May 6 09:07:45 PDT 2012
Author: aaronballman
Date: Sun May 6 11:07:45 2012
New Revision: 156259
URL: http://llvm.org/viewvc/llvm-project?rev=156259&view=rev
Log:
Simple typo fix (syntex to syntax). Fixes PR12735
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=156259&r1=156258&r2=156259&view=diff
==============================================================================
--- cfe/trunk/include/clang-c/Index.h (original)
+++ cfe/trunk/include/clang-c/Index.h Sun May 6 11:07:45 2012
@@ -966,7 +966,7 @@
* 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 @@
* 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.
More information about the cfe-commits
mailing list