r174613 - Documentation: fix typo: stdard -> stdarg
Dmitri Gribenko
gribozavr at gmail.com
Thu Feb 7 06:48:33 PST 2013
Author: gribozavr
Date: Thu Feb 7 08:48:33 2013
New Revision: 174613
URL: http://llvm.org/viewvc/llvm-project?rev=174613&view=rev
Log:
Documentation: fix typo: stdard -> stdarg
Modified:
cfe/trunk/docs/FAQ.rst
Modified: cfe/trunk/docs/FAQ.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/FAQ.rst?rev=174613&r1=174612&r2=174613&view=diff
==============================================================================
--- cfe/trunk/docs/FAQ.rst (original)
+++ cfe/trunk/docs/FAQ.rst Thu Feb 7 08:48:33 2013
@@ -51,10 +51,10 @@ driver and add the option you need. Alt
``clang -Xclang <option> ...`` to force the driver pass ``<option>`` to
``clang -cc1``.
-I get errors about some headers being missing (``stddef.h``, ``stdard.h``)
+I get errors about some headers being missing (``stddef.h``, ``stdarg.h``)
--------------------------------------------------------------------------
-Some header files (``stddef.h``, ``stdard.h``, and others) are shipped with
+Some header files (``stddef.h``, ``stdarg.h``, and others) are shipped with
Clang --- these are called builtin includes. Clang searches for them in a
directory relative to the location of the ``clang`` binary. If you moved the
``clang`` binary, you need to move the builtin headers, too.
More information about the cfe-commits
mailing list