Commit ac5d006a authored by bradnelson's avatar bradnelson Committed by Commit bot

[wasm][asm.js] Fix a comment in the asm.js scanner.

BUG=v8:6090
R=marja@chromium.org

Review-Url: https://codereview.chromium.org/2769013002
Cr-Commit-Position: refs/heads/master@{#44061}
parent c6ac334b
......@@ -97,7 +97,8 @@ class V8_EXPORT_PRIVATE AsmJsScanner {
// clang-format off
enum {
// [-10000 .. -10000-kMaxIdentifierCount) :: Local identifiers
// [-10000-kMaxIdentifierCount, -10000) :: Local identifiers (counting
// backwards)
// [-10000 .. -1) :: Builtin tokens like keywords
// (also includes some special
// ones like end of input)
......
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