docs: api -> API

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 10:33:25 +02:00 committed by Marge Bot
parent a22cedf4f0
commit f408343198
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ Core Mesa environment variables
if set, disables Intel SSE optimizations
``MESA_NO_ERROR``
if set to 1, error checking is disabled as per ``KHR_no_error``. This
will result in undefined behavior for invalid use of the api, but
will result in undefined behavior for invalid use of the API, but
can reduce CPU use for apps that are known to be error free.
``MESA_DEBUG``
if set, error messages are printed to stderr. For example, if the