docs: consistently spell API all-caps
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Tue, 18 Oct 2022 14:02:19 +0000 (16:02 +0200)
committerMarge Bot <emma+marge@anholt.net>
Tue, 25 Oct 2022 10:06:45 +0000 (10:06 +0000)
While we're at it, drop an incorrect apostrophe.

Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19191>

docs/envvars.rst
docs/u_trace.rst
docs/utilities.rst

index 19bff22..6abdf5b 100644 (file)
@@ -466,10 +466,10 @@ Vulkan mesa device select layer environment variables
    when set to "list" prints the list of devices.
    when set to "vid:did" number from pci device. That pci device is
    selected as default. The default device is returned as the first
-   device in vkEnumeratePhysicalDevices api.
+   device in vkEnumeratePhysicalDevices API.
 :envvar:`MESA_VK_DEVICE_SELECT_FORCE_DEFAULT_DEVICE`
    when set to 1, the device identified as default will be the only
-   one returned in vkEnumeratePhysicalDevices api.
+   one returned in vkEnumeratePhysicalDevices API.
 
 
 EGL environment variables
index 56f1682..7ddab17 100644 (file)
@@ -35,7 +35,7 @@ u_trace is controlled by environment variables:
    ``json``
       json format, suitable for parsing. Application should appropriately
       finish its rendering in order for trace's json to be valid.
-      For Vulkan api it is expected to destroy the device, for GL it is
+      For Vulkan API it is expected to destroy the device, for GL it is
       expected to destroy the context.
 
 :envvar:`GPU_TRACE_INSTRUMENT`
index a8c609d..90b5c7f 100644 (file)
@@ -6,7 +6,7 @@ Development Utilities
 `Piglit <https://piglit.freedesktop.org>`__
    is an open-source test suite for OpenGL implementations.
 `ApiTrace <https://github.com/apitrace/apitrace>`__
-   is a project to trace, analyze and debug graphics api's.
+   is a project to trace, analyze and debug graphics APIs.
 `Valgrind <http://www.valgrind.org>`__
    is a very useful tool for tracking down memory-related problems in
    your code.