From 2e320da72fefc54e713075b00d305e6b7c437108 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 20 Oct 2022 11:14:32 +0200 Subject: [PATCH] docs: dependant -> dependent We generally prefer US English in the docs, so let's correct this. Reviewed-by: David Heidelberg Part-of: --- docs/gallium/context.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gallium/context.rst b/docs/gallium/context.rst index e317057b545..612bdacdd3b 100644 --- a/docs/gallium/context.rst +++ b/docs/gallium/context.rst @@ -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.