diff src/share/vm/memory/cardTableRS.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 bd902affe102
children 4ca6dc0799b6
line wrap: on
line diff
--- a/src/share/vm/memory/cardTableRS.cpp	Tue Jan 14 16:40:33 2014 +0100
+++ b/src/share/vm/memory/cardTableRS.cpp	Thu Jan 23 14:47:23 2014 +0100
@@ -590,7 +590,7 @@
       // Then, the case analysis above reveals that, in the worst case,
       // any such stale card will be scanned unnecessarily at most twice.
       //
-      // It is nonethelss advisable to try and get rid of some of this
+      // It is nonetheless advisable to try and get rid of some of this
       // redundant work in a subsequent (low priority) re-design of
       // the card-scanning code, if only to simplify the underlying
       // state machine analysis/proof. ysr 1/28/2002. XXX