Index: gpu/command_buffer/service/gles2_cmd_decoder.cc |
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder.cc b/gpu/command_buffer/service/gles2_cmd_decoder.cc |
index 0489444421038d64184276387b1e43644e3b28e9..146d0295e6b9024d0f193f099c5e8bd48a620b9e 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder.cc |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder.cc |
@@ -8220,7 +8220,7 @@ void GLES2DecoderImpl::DoCopyTexImage(Texture* texture, |
GLenum textarget, |
gl::GLImage* image) { |
// Note: We update the state to COPIED prior to calling CopyTexImage() |
- // as that allows the GLImage implemenatation to set it back to UNBOUND |
+ // as that allows the GLImage implementation to set it back to UNBOUND |
// and ensure that CopyTexImage() is called each time the texture is |
// used. |
texture->SetLevelImage(textarget, 0, image, Texture::COPIED); |