From b0022f1c6b95f7f3c92fd5a15d7181398837b7d2 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Mon, 8 Nov 2021 14:32:11 -0500 Subject: [PATCH] pan/bi: Fix typo in helper invocation analysis Signed-off-by: Alyssa Rosenzweig Part-of: --- 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. *