diff src/share/vm/runtime/vm_operations.hpp @ 14518:d8041d695d19

Merged with jdk9/dev/hotspot changeset 3812c088b945
author twisti
date Tue, 11 Mar 2014 18:45:59 -0700
parents cefad50507d8 63a4eb8bcd23
children b51e29501f30 4ca6dc0799b6
line wrap: on
line diff
--- a/src/share/vm/runtime/vm_operations.hpp	Wed Mar 12 00:00:05 2014 +0100
+++ b/src/share/vm/runtime/vm_operations.hpp	Tue Mar 11 18:45:59 2014 -0700
@@ -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; }