hotspot/src/share/vm/runtime/reflection.cpp
changeset 22551 9bf46d16dcc6
parent 22215 579f4a1a4aa6
child 22897 77e1024a4a14
--- a/hotspot/src/share/vm/runtime/reflection.cpp	Tue Jan 14 16:40:33 2014 +0100
+++ b/hotspot/src/share/vm/runtime/reflection.cpp	Thu Jan 23 14:47:23 2014 +0100
@@ -482,7 +482,7 @@
     ik = InstanceKlass::cast(hc);
 
     // There's no way to make a host class loop short of patching memory.
-    // Therefore there cannot be a loop here unles there's another bug.
+    // Therefore there cannot be a loop here unless there's another bug.
     // Still, let's check for it.
     assert(--inf_loop_check > 0, "no host_klass loop");
   }