diff --git a/docs/drivers/llvmpipe.rst b/docs/drivers/llvmpipe.rst index 404a9efb2e5..05b1517a30e 100644 --- a/docs/drivers/llvmpipe.rst +++ b/docs/drivers/llvmpipe.rst @@ -69,7 +69,7 @@ Requirements +-----------------+--------------------------------+-------------------------------+ You can build only the x86 target by passing - ``-DLLVM_TARGETS_TO_BUILD=X86`` to cmake. + ``-DLLVM_TARGETS_TO_BUILD=X86`` to CMake. Building -------- diff --git a/docs/meson.rst b/docs/meson.rst index 3e71331d940..ac33762d52b 100644 --- a/docs/meson.rst +++ b/docs/meson.rst @@ -268,7 +268,7 @@ should be used. It uses the same format as the native file above: llvm-config = '/usr/lib/llvm-config-32' cmake = '/usr/bin/cmake-for-my-arch' -Obviously, only cmake or llvm-config is required. +Obviously, only CMake or llvm-config is required. Then configure Meson: