From 0a3f92bcc663e94afc7e69e8c7d2395c5643ca6d Mon Sep 17 00:00:00 2001 From: Gert Wollny Date: Sat, 19 Sep 2020 15:38:35 +0200 Subject: [PATCH] r600/sfn: Fix typo in comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks Stanislav Jakúbek for ponting it out. Signed-off-by: Gert Wollny Part-of: --- src/gallium/drivers/r600/sfn/sfn_shader_base.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/r600/sfn/sfn_shader_base.cpp b/src/gallium/drivers/r600/sfn/sfn_shader_base.cpp index 13a4c688ddf..83ec3387aad 100644 --- a/src/gallium/drivers/r600/sfn/sfn_shader_base.cpp +++ b/src/gallium/drivers/r600/sfn/sfn_shader_base.cpp @@ -777,7 +777,7 @@ GPRVector ShaderFromNirProcessor::vec_from_nir_with_fetch_constant(const nir_src /* Now check whether all inputs come from the same GPR, and fill * empty slots in the vector with unused swizzles, bail out if - * the sources are nqot from the same GPR + * the sources are not from the same GPR */ if (use_same) {