[Mesa-dev] [PATCH 2/4] meta/copy_image: Fix typo in comment
Ian Romanick
idr at freedesktop.org
Wed Jan 20 18:17:49 PST 2016
From: Ian Romanick <ian.d.romanick at intel.com>
Trivial.
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
---
src/mesa/drivers/common/meta_copy_image.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mesa/drivers/common/meta_copy_image.c b/src/mesa/drivers/common/meta_copy_image.c
index 04b9caf..2c2b7ba 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,
--
2.5.0
More information about the mesa-dev
mailing list