Skip to content
Snippets Groups Projects
Commit 50e5924e authored by Dmitri Gribenko's avatar Dmitri Gribenko
Browse files

Documentation: fix typo: stdard -> stdarg

llvm-svn: 174613
parent 90ccd44e
No related branches found
No related tags found
No related merge requests found
...@@ -51,10 +51,10 @@ driver and add the option you need. Alternatively, you can run ...@@ -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 -Xclang <option> ...`` to force the driver pass ``<option>`` to
``clang -cc1``. ``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 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 directory relative to the location of the ``clang`` binary. If you moved the
``clang`` binary, you need to move the builtin headers, too. ``clang`` binary, you need to move the builtin headers, too.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment