diff options
Diffstat (limited to 'src/wasm-emscripten.h')
-rw-r--r-- | src/wasm-emscripten.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-emscripten.h b/src/wasm-emscripten.h index a5de5a128..2b626a7c9 100644 --- a/src/wasm-emscripten.h +++ b/src/wasm-emscripten.h @@ -42,7 +42,7 @@ public: // signature in the indirect function table. void generateDynCallThunks(); - // Convert stack pointer access from get_global/set_global to calling save + // Convert stack pointer access from global.get/global.set to calling save // and restore functions. void replaceStackPointerGlobal(); |