pan/bi: Fix typo in helper invocation analysis

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13723>
This commit is contained in:
Alyssa Rosenzweig 2021-11-08 14:32:11 -05:00 committed by Marge Bot
parent a315d04308
commit b0022f1c6b

View 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.
*