From 7bc77dbb00a1032f79620751b934929eb0b25c66 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 11 Apr 2018 16:28:07 -0700 Subject: [PATCH] broadcom/vc5: Fix a stray '`' in a comment. --- src/gallium/drivers/vc5/vc5_job.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/vc5/vc5_job.c b/src/gallium/drivers/vc5/vc5_job.c index 12dd757..9947fb4 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); -- 2.7.4