hotspot/src/share/vm/runtime/vm_operations.hpp
changeset 22551 9bf46d16dcc6
parent 20290 2127dc70bce9
child 23180 e87156376bed
--- a/hotspot/src/share/vm/runtime/vm_operations.hpp	Tue Jan 14 16:40:33 2014 +0100
+++ b/hotspot/src/share/vm/runtime/vm_operations.hpp	Thu Jan 23 14:47:23 2014 +0100
@@ -154,7 +154,7 @@
   void set_next(VM_Operation *next)              { _next = next; }
   void set_prev(VM_Operation *prev)              { _prev = prev; }
 
-  // Configuration. Override these appropriatly in subclasses.
+  // Configuration. Override these appropriately in subclasses.
   virtual VMOp_Type type() const = 0;
   virtual Mode evaluation_mode() const            { return _safepoint; }
   virtual bool allow_nested_vm_operations() const { return false; }