File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1005,7 +1005,7 @@ ThreadContext::UncheckedAddPropertyId(JsUtil::CharacterBuffer<WCHAR> const& prop
1005
1005
{
1006
1006
if (this ->TTDContext ->GetActiveScriptContext () != nullptr && this ->TTDContext ->GetActiveScriptContext ()->ShouldPerformReplayAction ())
1007
1007
{
1008
- // We reload all properties that occour in the trace so they only way we get here in TTD mode is:
1008
+ // We reload all properties that occur in the trace so they only way we get here in TTD mode is:
1009
1009
// (1) if the program is creating a new symbol (which always gets a fresh id) and we should recreate it or
1010
1010
// (2) if it is forcing arguments in debug parse mode (instead of regular which we recorded in)
1011
1011
Js::PropertyId propertyId = Js::Constants::NoProperty;
You can’t perform that action at this time.
0 commit comments