Skip to content

Commit cd21d8e

Browse files
occour -> occur
1 parent 864867e commit cd21d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Runtime/Base/ThreadContext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ ThreadContext::UncheckedAddPropertyId(JsUtil::CharacterBuffer<WCHAR> const& prop
10051005
{
10061006
if(this->TTDContext->GetActiveScriptContext() != nullptr && this->TTDContext->GetActiveScriptContext()->ShouldPerformReplayAction())
10071007
{
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:
10091009
//(1) if the program is creating a new symbol (which always gets a fresh id) and we should recreate it or
10101010
//(2) if it is forcing arguments in debug parse mode (instead of regular which we recorded in)
10111011
Js::PropertyId propertyId = Js::Constants::NoProperty;

0 commit comments

Comments
 (0)