summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGert Wollny <gert.wollny@collabora.com>2020-09-19 15:38:35 +0200
committerMarge Bot <eric+marge@anholt.net>2020-09-21 17:16:54 +0000
commit0a3f92bcc663e94afc7e69e8c7d2395c5643ca6d (patch)
tree2ea121cb7fa425f0fa123c8beed2d3344c05cfb8
parent07cb38f0d2fb9aae8d5c62875c69f9c3262defb9 (diff)
r600/sfn: Fix typo in comment
Thanks Stanislav Jakúbek for ponting it out. Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6787>
-rw-r--r--src/gallium/drivers/r600/sfn/sfn_shader_base.cpp2
1 files changed, 1 insertions, 1 deletions
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) {