docs: dependant -> dependent

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>
This commit is contained in:
Erik Faye-Lund
2022-10-20 11:14:32 +02:00
committed by Marge Bot
parent d33eb01843
commit 2e320da72f

View 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.