diff src/share/vm/gc_implementation/parallelScavenge/prefetchQueue.hpp @ 605:98cb887364d3

6810672: Comment typos Summary: I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
author twisti
date Fri, 27 Feb 2009 13:27:09 -0800
parents d1605aabd0a1
children c18cbe5936b8
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/parallelScavenge/prefetchQueue.hpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/src/share/vm/gc_implementation/parallelScavenge/prefetchQueue.hpp	Fri Feb 27 13:27:09 2009 -0800
@@ -26,7 +26,7 @@
 // PrefetchQueue is a FIFO queue of variable length (currently 8).
 //
 // We need to examine the performance penalty of variable lengths.
-// We may also want to split this into cpu dependant bits.
+// We may also want to split this into cpu dependent bits.
 //
 
 const int PREFETCH_QUEUE_SIZE  = 8;