--- old/src/share/vm/utilities/vmError.cpp 2017-02-22 15:14:22.242028180 +0100 +++ new/src/share/vm/utilities/vmError.cpp 2017-02-22 15:14:22.138028176 +0100 @@ -386,7 +386,7 @@ // TestUnresponsiveErrorHandler: We want to test both step timeouts and global timeout. // Step to global timeout ratio is 4:1, so in order to be absolutely sure we hit the - // global timeout, lets execute the timeout step five times. + // global timeout, let's execute the timeout step five times. // See corresponding test in test/runtime/ErrorHandling/TimeoutInErrorHandlingTest.java #define TIMEOUT_TEST_STEP STEP("test unresponsive error reporting step") \ if (_verbose && TestUnresponsiveErrorHandler) { os::infinite_sleep(); }