docs: correct spelling of "irrespective"
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Wed, 19 Oct 2022 12:43:41 +0000 (14:43 +0200)
committerMarge Bot <emma+marge@anholt.net>
Tue, 25 Oct 2022 10:06:44 +0000 (10:06 +0000)
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19191>

docs/gallium/cso/blend.rst

index 04dedfd..2ce2e18 100644 (file)
@@ -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.