panvk: fix typo in printf in bi_validate

Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35641>
diff --git a/src/panfrost/compiler/bi_validate.c b/src/panfrost/compiler/bi_validate.c
index 05b9cfa..99c61a0 100644
--- a/src/panfrost/compiler/bi_validate.c
+++ b/src/panfrost/compiler/bi_validate.c
@@ -204,7 +204,7 @@
    }
 
    if (!bi_validate_width(ctx)) {
-      fprintf(stderr, "Unexpected vector with after %s\n", after);
+      fprintf(stderr, "Unexpected vector width after %s\n", after);
       fail = true;
    }