--- old/src/os/windows/vm/vmError_windows.cpp 2017-02-22 15:14:21.742028160 +0100 +++ new/src/os/windows/vm/vmError_windows.cpp 2017-02-22 15:14:21.626028156 +0100 @@ -67,7 +67,7 @@ } } -// Error reporting cancelleation: there is no easy way to implement this on Windows, because we do +// Error reporting cancellation: there is no easy way to implement this on Windows, because we do // not have an easy way to send signals to threads (aka to cause a win32 Exception in another // thread). We would need something like "RaiseException(HANDLE thread)"... void VMError::reporting_started() {} --- 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(); }