diff options
Diffstat (limited to 'deps/v8/src/wasm/wasm-tier.h')
-rw-r--r-- | deps/v8/src/wasm/wasm-tier.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/wasm/wasm-tier.h b/deps/v8/src/wasm/wasm-tier.h index b649723479..8434a2e14b 100644 --- a/deps/v8/src/wasm/wasm-tier.h +++ b/deps/v8/src/wasm/wasm-tier.h @@ -11,7 +11,7 @@ namespace v8 { namespace internal { namespace wasm { -// All the tiers of WASM execution. +// All the tiers of Wasm execution. enum class ExecutionTier : int8_t { kNone, kInterpreter, |