diff --git a/docs/install.rst b/docs/install.rst index 03287725aab..c02bc8df7b2 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -30,7 +30,7 @@ The following compilers are known to work, if you know of others or you're willing to maintain support for other compiler get in touch. - GCC 4.2.0 or later (some parts of Mesa may require later versions) -- clang - exact minimum requirement is currently unknown. +- Clang - exact minimum requirement is currently unknown. - Microsoft Visual Studio 2015 or later is required, for building on Windows. 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 diff --git a/docs/releasing.rst b/docs/releasing.rst index 63898b17cdb..49529f26506 100644 --- a/docs/releasing.rst +++ b/docs/releasing.rst @@ -131,7 +131,7 @@ good contact point. ralloc: don't leave out the alignment factor - Experimentation shows that without alignment factor GCC and clang choose + Experimentation shows that without alignment factor GCC and Clang choose ... (cherry picked from commit ff494fe999510ea40e3ed5827e7818550b6de126)