Mesa (master): v3d: Fix a typo in a comment in job handling.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Nov 1 20:56:12 UTC 2018


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

Author: Eric Anholt <eric at anholt.net>
Date:   Thu Nov  1 11:57:40 2018 -0700

v3d: Fix a typo in a comment in job handling.

---

 src/gallium/drivers/v3d/v3d_job.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/v3d/v3d_job.c b/src/gallium/drivers/v3d/v3d_job.c
index 8ba5c8996d..d45f89d096 100644
--- a/src/gallium/drivers/v3d/v3d_job.c
+++ b/src/gallium/drivers/v3d/v3d_job.c
@@ -222,7 +222,7 @@ v3d_job_set_tile_buffer_size(struct v3d_job *job)
 /**
  * Returns a v3d_job struture for tracking V3D rendering to a particular FBO.
  *
- * If we've already started rendering to this FBO, then return old same job,
+ * If we've already started rendering to this FBO, then return the same job,
  * otherwise make a new one.  If we're beginning rendering to an FBO, make
  * sure that any previous reads of the FBO (or writes to its color/Z surfaces)
  * have been flushed.




More information about the mesa-commit mailing list