From f408343198acd2ba908e550707045c299566a3be Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 30 Sep 2020 10:33:25 +0200 Subject: [PATCH] docs: api -> API Reviewed-by: Daniel Stone Reviewed-by: Adam Jackson Part-of: --- docs/envvars.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/envvars.rst b/docs/envvars.rst index 863e3782f0c..bc43d1eafe4 100644 --- a/docs/envvars.rst +++ b/docs/envvars.rst @@ -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