diff src/share/vm/runtime/vm_operations.hpp @ 14309:63a4eb8bcd23

8025856: Fix typos in the GC code Summary: Fix about 440 typos in comments in the VM code Reviewed-by: mgerdin, tschatzl, coleenp, kmo, jcoomes
author jwilhelm
date Thu, 23 Jan 2014 14:47:23 +0100
parents 510fbd28919c
children d8041d695d19 0d8d78c0329a
line wrap: on
line diff
--- a/src/share/vm/runtime/vm_operations.hpp	Tue Jan 14 16:40:33 2014 +0100
+++ b/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; }