Index: gpu/command_buffer/client/gles2_implementation.h |
diff --git a/gpu/command_buffer/client/gles2_implementation.h b/gpu/command_buffer/client/gles2_implementation.h |
index 5c7261b35c176ea765afd28a74dafaff7771efb9..4a5ba4b943ac7617019eb7c9d7142e7b8cbaaddc 100644 |
--- a/gpu/command_buffer/client/gles2_implementation.h |
+++ b/gpu/command_buffer/client/gles2_implementation.h |
@@ -136,7 +136,7 @@ class GLES2_IMPL_EXPORT GLES2Implementation |
ShaderPrecisionMap shader_precisions; |
}; |
- // The maxiumum result size from simple GL get commands. |
+ // The maximum result size from simple GL get commands. |
static const size_t kMaxSizeOfSimpleResult = |
16 * sizeof(uint32_t); // NOLINT. |