pan/bi: Fix typo in helper invocation analysis
authorAlyssa Rosenzweig <alyssa@collabora.com>
Mon, 8 Nov 2021 19:32:11 +0000 (14:32 -0500)
committerMarge Bot <emma+marge@anholt.net>
Fri, 12 Nov 2021 16:30:02 +0000 (16:30 +0000)
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13723>

src/panfrost/bifrost/bi_helper_invocations.c

index fbd2ddf..975d43f 100644 (file)
@@ -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.
  *