diff --git a/js/src/methodjit/MethodJIT.h b/js/src/methodjit/MethodJIT.h index e20eb400d77e..c65f2dd95fbc 100644 --- a/js/src/methodjit/MethodJIT.h +++ b/js/src/methodjit/MethodJIT.h @@ -225,7 +225,7 @@ namespace mjit { /* * For a C++ or scripted call made from JIT code, indicates properties of the - * register and stack state after the call finishes, which RejoinInterpreter + * register and stack state after the call finishes, which js_InternalInterpret * must use to construct a coherent state for rejoining into the interpreter. */ enum RejoinState {