diff options
author | Eric Anholt <[email protected]> | 2018-04-11 16:28:07 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2018-04-12 11:20:50 -0700 |
commit | 7bc77dbb00a1032f79620751b934929eb0b25c66 (patch) | |
tree | 42abb1437a800a3e66ea54a6d38945797e2569b7 /src | |
parent | b225cdceccb225329298763baa302a9332288b18 (diff) |
broadcom/vc5: Fix a stray '`' in a comment.
Diffstat (limited to 'src')
-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); |