Mesa (main): pan/bi: Fix typo in helper invocation analysis

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Nov 12 16:47:45 UTC 2021


Module: Mesa
Branch: main
Commit: b0022f1c6b95f7f3c92fd5a15d7181398837b7d2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b0022f1c6b95f7f3c92fd5a15d7181398837b7d2

Author: Alyssa Rosenzweig <alyssa at collabora.com>
Date:   Mon Nov  8 14:32:11 2021 -0500

pan/bi: Fix typo in helper invocation analysis

Signed-off-by: Alyssa Rosenzweig <alyssa at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13723>

---

 src/panfrost/bifrost/bi_helper_invocations.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/panfrost/bifrost/bi_helper_invocations.c b/src/panfrost/bifrost/bi_helper_invocations.c
index fbd2ddfa621..975d43fd847 100644
--- a/src/panfrost/bifrost/bi_helper_invocations.c
+++ b/src/panfrost/bifrost/bi_helper_invocations.c
@@ -26,7 +26,7 @@
 
 #include "compiler.h"
 
-/* Bifrost texture operations have a `skip` bit, instructinh helper invocations
+/* Bifrost texture operations have a `skip` bit, instructing helper invocations
  * to skip execution. Each clause has a `terminate_discarded_threads` bit,
  * which will terminate helper invocations.
  *



More information about the mesa-commit mailing list