Skip to content

Commit cbe50cc

Browse files
committed
Documentation: fix typo: stdard -> stdarg
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174613 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 1142b2a commit cbe50cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/FAQ.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ driver and add the option you need. Alternatively, you can run
5151
``clang -Xclang <option> ...`` to force the driver pass ``<option>`` to
5252
``clang -cc1``.
5353

54-
I get errors about some headers being missing (``stddef.h``, ``stdard.h``)
54+
I get errors about some headers being missing (``stddef.h``, ``stdarg.h``)
5555
--------------------------------------------------------------------------
5656

57-
Some header files (``stddef.h``, ``stdard.h``, and others) are shipped with
57+
Some header files (``stddef.h``, ``stdarg.h``, and others) are shipped with
5858
Clang --- these are called builtin includes. Clang searches for them in a
5959
directory relative to the location of the ``clang`` binary. If you moved the
6060
``clang`` binary, you need to move the builtin headers, too.

0 commit comments

Comments
 (0)