src/share/vm/gc_implementation/parallelScavenge/prefetchQueue.hpp

changeset 1040
98cb887364d3
parent 631
d1605aabd0a1
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/gc_implementation/parallelScavenge/prefetchQueue.hpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/gc_implementation/parallelScavenge/prefetchQueue.hpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -26,7 +26,7 @@
     1.4  // PrefetchQueue is a FIFO queue of variable length (currently 8).
     1.5  //
     1.6  // We need to examine the performance penalty of variable lengths.
     1.7 -// We may also want to split this into cpu dependant bits.
     1.8 +// We may also want to split this into cpu dependent bits.
     1.9  //
    1.10  
    1.11  const int PREFETCH_QUEUE_SIZE  = 8;

mercurial