diff options
author | Ian Romanick <[email protected]> | 2016-01-14 15:15:16 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2016-01-25 10:43:47 -0800 |
commit | f7800fadff63cf2df184fc5201ecb10c92fb2908 (patch) | |
tree | 33beb58c25a8f068a90a66405d9d4d572b25f5dd | |
parent | bae8a4f05bf864b3811390458a24cde917bb4dc2 (diff) |
meta/copy_image: Fix typo in comment
Trivial.
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
-rw-r--r-- | src/mesa/drivers/common/meta_copy_image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/common/meta_copy_image.c b/src/mesa/drivers/common/meta_copy_image.c index 04b9cafe308..2c2b7ba6bf8 100644 --- a/src/mesa/drivers/common/meta_copy_image.c +++ b/src/mesa/drivers/common/meta_copy_image.c @@ -235,7 +235,7 @@ _mesa_meta_CopyImageSubData_uncompressed(struct gl_context *ctx, } if (src_view_tex_image) { - /* Prever the tex image because, even if we have a renderbuffer, we may + /* Prefer the tex image because, even if we have a renderbuffer, we may * have had to wrap it in a texture view. */ _mesa_meta_bind_fbo_image(GL_READ_FRAMEBUFFER, attachment, |