--- old/src/share/vm/runtime/handles.hpp 2014-01-15 01:42:29.000000000 +0100 +++ new/src/share/vm/runtime/handles.hpp 2014-01-15 01:42:29.000000000 +0100 @@ -267,7 +267,7 @@ // HandleMarks manually. // // A HandleMark constructor will record the current handle area top, and the -// desctructor will reset the top, destroying all handles allocated in between. +// destructor will reset the top, destroying all handles allocated in between. // The following code will therefore NOT work: // // Handle h;