From 870871c6a721f95cda0139f44ddc797698aa6fca Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 4 Apr 2023 13:59:57 +0200 Subject: [PATCH] docs: correct spelling of "source" Reviewed-by: Eric Engestrom Part-of: --- docs/gallium/tgsi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gallium/tgsi.rst b/docs/gallium/tgsi.rst index be7e9dfa503..31afe09f7ea 100644 --- a/docs/gallium/tgsi.rst +++ b/docs/gallium/tgsi.rst @@ -2405,7 +2405,7 @@ after lookup. additional float32 operand, reference value, which must be a register with single-component, or a scalar literal. SAMPLE_C makes the hardware use the current samplers compare_func (in pipe_sampler_state) to compare reference - value against the red component value for the surce resource at each texel + value against the red component value for the source resource at each texel that the currently configured texture filter covers based on the provided coordinates.