diff --git a/src/coreclr/vm/eepolicy.cpp b/src/coreclr/vm/eepolicy.cpp index cefcdec06c1fd..dbbc672ee36cd 100644 --- a/src/coreclr/vm/eepolicy.cpp +++ b/src/coreclr/vm/eepolicy.cpp @@ -265,7 +265,7 @@ class CallStackLogger if (m_largestCommonStartLength != 0) { SmallStackSString repeatStr; - repeatStr.AppendPrintf("Repeat %d times:\n", m_largestCommonStartRepeat); + repeatStr.AppendPrintf("Repeated %d times:\n", m_largestCommonStartRepeat); PrintToStdErrW(repeatStr.GetUnicode()); PrintToStdErrA("--------------------------------\n");