diff src/share/vm/runtime/reflection.cpp @ 14318:1020b892787b

Merge
author hseigel
date Sun, 02 Feb 2014 15:31:40 -0500
parents 63a4eb8bcd23
children 016b6a289fc4
line wrap: on
line diff
--- a/src/share/vm/runtime/reflection.cpp	Thu Jan 30 14:12:22 2014 -0800
+++ b/src/share/vm/runtime/reflection.cpp	Sun Feb 02 15:31:40 2014 -0500
@@ -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");
   }