From b1cf66d5761cc40a26451d1bd97bcdf1bcc23326 Mon Sep 17 00:00:00 2001 From: "Alon Zakai (kripken)" Date: Wed, 11 Apr 2018 19:28:26 -0700 Subject: fix typo [ci skip] --- src/wasm-interpreter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 { ModuleInstanceBase& instance; FunctionScope& scope; -- cgit v1.2.3