Commit 29ab9ff8 by He Yunchao Committed by Commit Bot

translator: fix a typo in comment

Change-Id: Ibfd39bc478c4e9ddf40138ccf6bd37f247f83632 Reviewed-on: https://chromium-review.googlesource.com/413036 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 3a7cdb82
...@@ -69,6 +69,7 @@ Intel Corporation ...@@ -69,6 +69,7 @@ Intel Corporation
Jie Chen Jie Chen
Qiankun Miao Qiankun Miao
Bryan Bernhart Bryan Bernhart
Yunchao He
Klarälvdalens Datakonsult AB Klarälvdalens Datakonsult AB
Milian Wolff Milian Wolff
......
...@@ -120,7 +120,7 @@ bool RemoveInvariant(sh::GLenum shaderType, ...@@ -120,7 +120,7 @@ bool RemoveInvariant(sh::GLenum shaderType,
size_t GetGlobalMaxTokenSize(ShShaderSpec spec) size_t GetGlobalMaxTokenSize(ShShaderSpec spec)
{ {
// WebGL defines a max token legnth of 256, while ES2 leaves max token // WebGL defines a max token length of 256, while ES2 leaves max token
// size undefined. ES3 defines a max size of 1024 characters. // size undefined. ES3 defines a max size of 1024 characters.
switch (spec) switch (spec)
{ {
......
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