Index: ext/vm/HarmonyDRLVM/org/apache/HarmonyDRLVM/mm/mmtk/Memory.java =================================================================== --- ext/vm/HarmonyDRLVM/org/apache/HarmonyDRLVM/mm/mmtk/Memory.java (revision 491200) +++ ext/vm/HarmonyDRLVM/org/apache/HarmonyDRLVM/mm/mmtk/Memory.java (working copy) @@ -104,7 +104,7 @@ } public final void globalReleaseVMSpace() { - //System.out.println("org.apache.HarmonyDRLVM.mm.mmtk.Memory.gobalReleaseVMSpace() needs fixing"); + //System.out.println("org.apache.HarmonyDRLVM.mm.mmtk.Memory.globalReleaseVMSpace() needs fixing"); } public final void setHeapRange(int id, Address start, Address end) { Index: ext/vm/HarmonyDRLVM/org/apache/HarmonyDRLVM/mm/mmtk/Barriers.java =================================================================== --- ext/vm/HarmonyDRLVM/org/apache/HarmonyDRLVM/mm/mmtk/Barriers.java (revision 491200) +++ ext/vm/HarmonyDRLVM/org/apache/HarmonyDRLVM/mm/mmtk/Barriers.java (working copy) @@ -30,7 +30,7 @@ * @param target The value that the slot will be updated to * @param offset The offset from the ref (metaDataA) * @param locationMetadata An index of the FieldReference (metaDataB) - * @param mode The context in which the write is occuring + * @param mode The context in which the write is occurring */ public final void performWriteInBarrier(ObjectReference ref, Address slot, ObjectReference target, Offset offset, @@ -59,7 +59,7 @@ * @param target The value that the slot will be updated to * @param offset The offset from the ref (metaDataA) * @param locationMetadata An index of the FieldReference (metaDataB) - * @param mode The context in which the write is occuring + * @param mode The context in which the write is occurring * @return The value that was replaced by the write. */ public final ObjectReference performWriteInBarrierAtomic( Index: ext/vm/HarmonyDRLVM/org/apache/HarmonyDRLVM/mm/mmtk/ReferenceGlue.java =================================================================== --- ext/vm/HarmonyDRLVM/org/apache/HarmonyDRLVM/mm/mmtk/ReferenceGlue.java (revision 491200) +++ ext/vm/HarmonyDRLVM/org/apache/HarmonyDRLVM/mm/mmtk/ReferenceGlue.java (working copy) @@ -73,7 +73,7 @@ /*********************************************************************** * - * Reference object field accesors + * Reference object field accessors */ /** Index: ext/vm/HarmonyDRLVM/org/apache/HarmonyDRLVM/mm/mmtk/TraceInterface.java =================================================================== --- ext/vm/HarmonyDRLVM/org/apache/HarmonyDRLVM/mm/mmtk/TraceInterface.java (revision 491200) +++ ext/vm/HarmonyDRLVM/org/apache/HarmonyDRLVM/mm/mmtk/TraceInterface.java (working copy) @@ -83,7 +83,7 @@ /** * This skips over the frames added by the tracing algorithm, outputs - * information identifying the method the containts the "new" call triggering + * information identifying the method the contains the "new" call triggering * the allocation, and returns the address of the first non-trace, non-alloc * stack frame. * Index: ext/vm/HarmonyDRLVM/org/apache/HarmonyDRLVM/mm/mmtk/ObjectModel.java =================================================================== --- ext/vm/HarmonyDRLVM/org/apache/HarmonyDRLVM/mm/mmtk/ObjectModel.java (revision 491200) +++ ext/vm/HarmonyDRLVM/org/apache/HarmonyDRLVM/mm/mmtk/ObjectModel.java (working copy) @@ -131,7 +131,7 @@ } /** - * Return the reference that an object will be refered to after it is copied + * Return the reference that an object will be referred to after it is copied * to the specified region. Used in delayed-copy collectors such as compacting * collectors. * @@ -148,7 +148,7 @@ /** * Gets a pointer to the address just past the end of the object. * - * @param object The objecty. + * @param object The object. */ public Address getObjectEndAddress(ObjectReference object) { //System.out.println("wjw org.apache.HarmonyDRLVM.mm.mmtk.ObjectModel.getObjectEndAddress() was called"); @@ -389,7 +389,7 @@ } /** - * Returns an address guaranteed to be inside the storage assocatied + * Returns an address guaranteed to be inside the storage associated * with and object. * * @param object the reference address of the object Index: ext/vm/HarmonyDRLVM/org/apache/HarmonyDRLVM/mm/mmtk/Strings.java =================================================================== --- ext/vm/HarmonyDRLVM/org/apache/HarmonyDRLVM/mm/mmtk/Strings.java (revision 491200) +++ ext/vm/HarmonyDRLVM/org/apache/HarmonyDRLVM/mm/mmtk/Strings.java (working copy) @@ -64,7 +64,7 @@ * * @param src the source string * @param dst the destination array - * @param dstBegin the start offset in the desination array + * @param dstBegin the start offset in the destination array * @param dstEnd the index after the last character in the * destination to copy to * @return the number of characters copied. Index: ext/vm/HarmonyDRLVM/org/apache/HarmonyDRLVM/mm/mmtk/Statistics.java =================================================================== --- ext/vm/HarmonyDRLVM/org/apache/HarmonyDRLVM/mm/mmtk/Statistics.java (revision 491200) +++ ext/vm/HarmonyDRLVM/org/apache/HarmonyDRLVM/mm/mmtk/Statistics.java (working copy) @@ -24,9 +24,9 @@ public final class Statistics extends org.mmtk.vm.Statistics implements Constants, Uninterruptible { /** - * Returns the number of collections that have occured. + * Returns the number of collections that have occurred. * - * @return The number of collections that have occured. + * @return The number of collections that have occurred. */ public final int getCollectionCount() throws UninterruptiblePragma {