docs: dependant -> dependent
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 20 Oct 2022 09:14:32 +0000 (11:14 +0200)
committerMarge Bot <emma+marge@anholt.net>
Tue, 25 Oct 2022 10:06:45 +0000 (10:06 +0000)
We generally prefer US English in the docs, so let's correct this.

Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19191>

docs/gallium/context.rst

index e317057..612bdac 100644 (file)
@@ -567,7 +567,7 @@ Normally, if the occlusion query returned a non-zero result subsequent
 drawing happens normally so fragments may be generated, shaded and
 processed even where they're known to be obscured.
 
-The ''render_condition_mem'' function specifies the drawing is dependant
+The ''render_condition_mem'' function specifies the drawing is dependent
 on a value in memory. A buffer resource and offset denote which 32-bit
 value to use for the query. This is used for Vulkan API.