Mesa (master): broadcom/vc5: Fix a stray '`' in a comment.

Eric Anholt anholt at kemper.freedesktop.org
Thu Apr 12 18:23:21 UTC 2018


Module: Mesa
Branch: master
Commit: 7bc77dbb00a1032f79620751b934929eb0b25c66
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7bc77dbb00a1032f79620751b934929eb0b25c66

Author: Eric Anholt <eric at anholt.net>
Date:   Wed Apr 11 16:28:07 2018 -0700

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 12dd75766a..9947fb47ff 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);




More information about the mesa-commit mailing list