--- old/src/hotspot/share/runtime/handshake.hpp 2020-01-16 03:33:59.772649176 +0000 +++ new/src/hotspot/share/runtime/handshake.hpp 2020-01-16 03:33:58.938629235 +0000 @@ -38,7 +38,7 @@ // either by the thread itself or by the VM thread while keeping the thread // in a blocked state. A handshake can be performed with a single // JavaThread as well. In that case the callback is executed either by the -// thread itself or, depending on wether the operation is a direct handshake +// thread itself or, depending on whether the operation is a direct handshake // or not, by the JavaThread that requested the handshake or the VMThread // respectively. class HandshakeClosure : public ThreadClosure {