We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7efcd9 commit 9efc798Copy full SHA for 9efc798
src/coreclr/vm/eepolicy.cpp
@@ -265,7 +265,7 @@ class CallStackLogger
265
if (m_largestCommonStartLength != 0)
266
{
267
SmallStackSString repeatStr;
268
- repeatStr.AppendPrintf("Repeat %d times:\n", m_largestCommonStartRepeat);
+ repeatStr.AppendPrintf("Repeated %d times:\n", m_largestCommonStartRepeat);
269
270
PrintToStdErrW(repeatStr.GetUnicode());
271
PrintToStdErrA("--------------------------------\n");
0 commit comments