Mesa (master): r600/sfn: Fix typo in comment

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Sep 21 17:21:55 UTC 2020


Module: Mesa
Branch: master
Commit: 0a3f92bcc663e94afc7e69e8c7d2395c5643ca6d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0a3f92bcc663e94afc7e69e8c7d2395c5643ca6d

Author: Gert Wollny <gert.wollny at collabora.com>
Date:   Sat Sep 19 15:38:35 2020 +0200

r600/sfn: Fix typo in comment

Thanks Stanislav Jakúbek for ponting it out.

Signed-off-by: Gert Wollny <gert.wollny at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6787>

---

 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) {



More information about the mesa-commit mailing list