diff options
-rw-r--r-- | src/gallium/drivers/vc5/vc5_job.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc5/vc5_job.c b/src/gallium/drivers/vc5/vc5_job.c index 12dd75766a9..9947fb47ff0 100644 --- a/src/gallium/drivers/vc5/vc5_job.c +++ b/src/gallium/drivers/vc5/vc5_job.c @@ -394,7 +394,7 @@ vc5_job_submit(struct vc5_context *vc5, struct vc5_job *job) job->submit.rcl_end = job->rcl.bo->offset + cl_offset(&job->rcl); /* On V3D 4.1, the tile alloc/state setup moved to register writes - * instead of binner pac`kets. + * instead of binner packets. */ if (screen->devinfo.ver >= 41) { vc5_job_add_bo(job, job->tile_alloc); |