Commit 2f01f9f2 authored by qiankun.miao's avatar qiankun.miao Committed by Commit bot

Fix typo: imcompatible -> incompatible

BUG=429053
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel

Review-Url: https://codereview.chromium.org/2353443002
Cr-Commit-Position: refs/heads/master@{#419616}
parent 1ce3ef90
......@@ -13175,7 +13175,7 @@ bool GLES2DecoderImpl::ValidateCopyTexFormat(
(da > 0 && sa != da)) {
LOCAL_SET_GL_ERROR(
GL_INVALID_OPERATION,
func_name, "imcompatible color component sizes");
func_name, "incompatible color component sizes");
return false;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment