hotspot/src/share/vm/interpreter/rewriter.cpp
changeset 31587 e48945b7849c
parent 30764 fec48bf5a827
child 33593 60764a78fa5c
--- a/hotspot/src/share/vm/interpreter/rewriter.cpp	Thu Jul 02 17:49:11 2015 -0700
+++ b/hotspot/src/share/vm/interpreter/rewriter.cpp	Fri Jul 03 07:25:03 2015 +0200
@@ -107,7 +107,7 @@
 // more complicated solution is required.  A special return bytecode
 // is used only by Object.<init> to signal the finalization
 // registration point.  Additionally local 0 must be preserved so it's
-// available to pass to the registration function.  For simplicty we
+// available to pass to the registration function.  For simplicity we
 // require that local 0 is never overwritten so it's available as an
 // argument for registration.