Skip to content

Commit 68a5b88

Browse files
committed
Changing the comment.
1 parent 06748c0 commit 68a5b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/debug/ee/controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6050,7 +6050,7 @@ bool DebuggerStepper::TrapStep(ControllerStackInfo *info, bool in)
60506050
((CORDB_ADDRESS)(SIZE_T)walker.GetNextIP() != ji->m_addrOfCode);
60516051
#endif
60526052
// If we are stepping into a tail call that uses the StoreTailCallArgs
6053-
// we need to enable the method enter, otherwise it behave like a resume
6053+
// we need to enable the method enter, otherwise it will behave like a resume
60546054
if (in && IsTailCall(walker.GetNextIP(), info, TailCallFunctionType::StoreTailCallArgs))
60556055
{
60566056
EnableMethodEnter();

0 commit comments

Comments
 (0)