diff options
-rw-r--r-- | src/wasm-interpreter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-interpreter.h b/src/wasm-interpreter.h index 7dc59333a..73cfc393d 100644 --- a/src/wasm-interpreter.h +++ b/src/wasm-interpreter.h @@ -754,7 +754,7 @@ public: } }; - // Executes expresions with concrete runtime info, the function and module at runtime + // Executes expressions with concrete runtime info, the function and module at runtime class RuntimeExpressionRunner : public ExpressionRunner<RuntimeExpressionRunner> { ModuleInstanceBase& instance; FunctionScope& scope; |