Skip to content

Commit 306002e

Browse files
thaystggithub-actions
authored and
github-actions
committed
Changing the comment.
1 parent e308e64 commit 306002e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/debug/ee/controller.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5892,7 +5892,7 @@ bool DebuggerStepper::TrapStep(ControllerStackInfo *info, bool in)
58925892
((CORDB_ADDRESS)(SIZE_T)walker.GetNextIP() != ji->m_addrOfCode);
58935893
#endif
58945894
// If we are stepping into a tail call that uses the StoreTailCallArgs
5895-
// we need to enable the method enter, otherwise it behave like a resume
5895+
// we need to enable the method enter, otherwise it will behave like a resume
58965896
if (in && IsTailCall(walker.GetNextIP(), info, TailCallFunctionType::StoreTailCallArgs))
58975897
{
58985898
EnableMethodEnter();

0 commit comments

Comments
 (0)