From 22fac1b6823e3add4e0c907be64d77fb2be1748f Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 3 Feb 2021 13:06:51 +0100 Subject: [PATCH] docs: no-op'd -> disabled "Disabled" is a common English word, that perfectly covers this usage. So let's use that instead of this non-dictionary word. Reviewed-by: Eric Anholt Part-of: --- docs/envvars.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/envvars.rst b/docs/envvars.rst index 5f1a8da31fe..0ddc04b5cfe 100644 --- a/docs/envvars.rst +++ b/docs/envvars.rst @@ -454,7 +454,7 @@ Softpipe driver environment variables ``cs`` Dump compute shader assembly to stderr ``no_rast`` - rasterization is no-op'd. For profiling purposes. + rasterization is disabled. For profiling purposes. ``use_llvm`` the softpipe driver will try to use LLVM JIT for vertex shading processing.