From 13e2d1a78e1702d80bf2cf8c004cc17acf72e4ee Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 19 Oct 2022 14:43:41 +0200 Subject: [PATCH] docs: correct spelling of "irrespective" Reviewed-by: David Heidelberg Part-of: --- docs/gallium/cso/blend.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gallium/cso/blend.rst b/docs/gallium/cso/blend.rst index 04dedfd3b7e..2ce2e184912 100644 --- a/docs/gallium/cso/blend.rst +++ b/docs/gallium/cso/blend.rst @@ -100,7 +100,7 @@ alpha_to_one alpha_to_coverage, this step happens regardless of whether multisample is enabled or the destination buffer is multisampled. max_rt - The index of the max render target (irrespecitive of whether independent + The index of the max render target (irrespective of whether independent blend is enabled), i.e. the number of MRTs minus one. This is provided so that the driver can avoid the overhead of programming unused MRTs.