diff src/share/vm/runtime/reflection.cpp @ 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 866fafe5cc33
children 016b6a289fc4
line wrap: on
line diff
--- a/src/share/vm/runtime/reflection.cpp	Tue Jan 14 16:40:33 2014 +0100
+++ b/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");
   }