hotspot/src/share/vm/c1/c1_GraphBuilder.cpp
changeset 30305 b92a97e1e9cb
parent 30209 8ea30dc99369
child 31587 e48945b7849c
--- a/hotspot/src/share/vm/c1/c1_GraphBuilder.cpp	Wed Apr 22 19:10:03 2015 +0300
+++ b/hotspot/src/share/vm/c1/c1_GraphBuilder.cpp	Mon Apr 27 10:49:43 2015 +0200
@@ -4083,7 +4083,7 @@
       ValueType* type = apop()->type();
       if (type->is_constant()) {
         ciMethod* target = type->as_ObjectType()->constant_value()->as_member_name()->get_vmtarget();
-        // If the target is another method handle invoke try recursivly to get
+        // If the target is another method handle invoke, try to recursively get
         // a better target.
         if (target->is_method_handle_intrinsic()) {
           if (try_method_handle_inline(target)) {