hotspot/src/share/vm/runtime/unhandledOops.hpp
changeset 22551 9bf46d16dcc6
parent 22234 da823d78ad65
--- a/hotspot/src/share/vm/runtime/unhandledOops.hpp	Tue Jan 14 16:40:33 2014 +0100
+++ b/hotspot/src/share/vm/runtime/unhandledOops.hpp	Thu Jan 23 14:47:23 2014 +0100
@@ -34,7 +34,7 @@
 // destructor.  The constructor adds the oop address on a list
 // off each thread and the destructor removes the oop.  At a potential
 // safepoint, the stack addresses of the local variable oops are trashed
-// with a recognizeable value.  If the local variable is used again, it
+// with a recognizable value.  If the local variable is used again, it
 // will segfault, indicating an unsafe use of that oop.
 // eg:
 //    oop o;    //register &o on list