summaryrefslogtreecommitdiff
path: root/docs/meson.rst
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2020-09-30 15:09:37 +0200
committerMarge Bot <eric+marge@anholt.net>2020-10-28 10:27:51 +0000
commitd30470e999b3f7d9135e95e33dc48e2aaf370612 (patch)
tree879e4c7dd4fd16ddd2c3615a0c0292c6b32e14e6 /docs/meson.rst
parentf3095f9b40c04f13c882ce4d0cc493246adef7b2 (diff)
downloadmesa-d30470e999b3f7d9135e95e33dc48e2aaf370612.tar.gz
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>
Diffstat (limited to 'docs/meson.rst')
-rw-r--r--docs/meson.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/meson.rst b/docs/meson.rst
index 0dc983f975a..611bae1e6f0 100644
--- a/docs/meson.rst
+++ b/docs/meson.rst
@@ -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