docs: clang -> Clang

Reviewed-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7060>
This commit is contained in:
Erik Faye-Lund
2020-09-30 15:09:37 +02:00
committed by Marge Bot
parent f3095f9b40
commit d30470e999
3 changed files with 3 additions and 3 deletions

View File

@@ -209,7 +209,7 @@ changing the default compiler. Note that Meson does not allow changing
the compilers in a configured builddir so you will need to create a new
build dir for a different compiler.
This is an example of specifying the clang compilers and cleaning the
This is an example of specifying the Clang compilers and cleaning the
build directory before reconfiguring with an extra C option:
.. code-block:: console