Skip to content

Commit 4abc6bd

Browse files
asuming -> assuming
1 parent a599121 commit 4abc6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Runtime/Base/FunctionBody.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5265,7 +5265,7 @@ namespace Js
52655265
OUTPUT_VERBOSE_TRACE(Js::DebuggerPhase, _u("Regenerate Due To Debug Mode: function %s (%s) from script context %p\n"),
52665266
this->GetDisplayName(), this->GetDebugNumberSet(debugStringBuffer), m_scriptContext);
52675267

5268-
this->UnlockCounters(); // asuming background jit is stopped and allow the counter setters access again
5268+
this->UnlockCounters(); // assuming background jit is stopped and allow the counter setters access again
52695269
#endif
52705270
}
52715271
#endif

0 commit comments

Comments
 (0)