summaryrefslogtreecommitdiff
path: root/docs/FAQ.rst
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2013-02-07 14:48:33 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2013-02-07 14:48:33 +0000
commitcbe50ccea2ac4ea9e2f61d2ca003d66971e78f5f (patch)
treeee49d0114ec4ae7864b88f60f787d9b43a7591bc /docs/FAQ.rst
parent1142b2aa6c10ed5f923eb4422fcfde185138087d (diff)
downloadclang-cbe50ccea2ac4ea9e2f61d2ca003d66971e78f5f.tar.gz
Documentation: fix typo: stdard -> stdarg
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174613 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/FAQ.rst')
-rw-r--r--docs/FAQ.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/FAQ.rst b/docs/FAQ.rst
index 28d4362f8a..4c4f8a87e3 100644
--- a/docs/FAQ.rst
+++ b/docs/FAQ.rst
@@ -51,10 +51,10 @@ driver and add the option you need. Alternatively, you can run
``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.