summaryrefslogtreecommitdiff
path: root/src/vm/eepolicy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/eepolicy.cpp')
-rw-r--r--src/vm/eepolicy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/eepolicy.cpp b/src/vm/eepolicy.cpp
index 8c3f2ec625..236f5afd6e 100644
--- a/src/vm/eepolicy.cpp
+++ b/src/vm/eepolicy.cpp
@@ -1368,7 +1368,7 @@ void DisplayStackOverflowException()
LIMITED_METHOD_CONTRACT;
PrintToStdErrA("\n");
- PrintToStdErrA("Process is terminated due to StackOverflowException.\n");
+ PrintToStdErrA("Process is terminating due to StackOverflowException.\n");
}
void DECLSPEC_NORETURN EEPolicy::HandleFatalStackOverflow(EXCEPTION_POINTERS *pExceptionInfo, BOOL fSkipDebugger)