We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a599121 commit 4abc6bdCopy full SHA for 4abc6bd
lib/Runtime/Base/FunctionBody.cpp
@@ -5265,7 +5265,7 @@ namespace Js
5265
OUTPUT_VERBOSE_TRACE(Js::DebuggerPhase, _u("Regenerate Due To Debug Mode: function %s (%s) from script context %p\n"),
5266
this->GetDisplayName(), this->GetDebugNumberSet(debugStringBuffer), m_scriptContext);
5267
5268
- this->UnlockCounters(); // asuming background jit is stopped and allow the counter setters access again
+ this->UnlockCounters(); // assuming background jit is stopped and allow the counter setters access again
5269
#endif
5270
}
5271
0 commit comments