hotspot/src/share/vm/runtime/jniHandles.hpp
changeset 22551 9bf46d16dcc6
parent 13728 882756847a04
child 25058 4542f853c2ac
--- a/hotspot/src/share/vm/runtime/jniHandles.hpp	Tue Jan 14 16:40:33 2014 +0100
+++ b/hotspot/src/share/vm/runtime/jniHandles.hpp	Thu Jan 23 14:47:23 2014 +0100
@@ -106,7 +106,7 @@
   JNIHandleBlock* _next;                        // Link to next block
 
   // The following instance variables are only used by the first block in a chain.
-  // Having two types of blocks complicates the code and the space overhead in negligble.
+  // Having two types of blocks complicates the code and the space overhead in negligible.
   JNIHandleBlock* _last;                        // Last block in use
   JNIHandleBlock* _pop_frame_link;              // Block to restore on PopLocalFrame call
   oop*            _free_list;                   // Handle free list