diff options
author | Eric Anholt <[email protected]> | 2018-11-01 11:57:40 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2018-11-01 13:54:36 -0700 |
commit | d3f66c385bcb66555ec949236616378cc008f102 (patch) | |
tree | 6ff3c9baab57f91c301d8f4560ceb3dffc8baaf3 /src | |
parent | b93fc160f4dbf9b9157ac88fc0675d63de2030d8 (diff) |
v3d: Fix a typo in a comment in job handling.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/v3d/v3d_job.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/v3d/v3d_job.c b/src/gallium/drivers/v3d/v3d_job.c index 8ba5c8996dc..d45f89d0962 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. |