Fix typos.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1469079 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-04-17 21:52:53 +00:00
parent 73bf0ef0f8
commit fd5c46d080
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ import java.lang.ref.Reference;
* This implementation is not synchronized.
* You can use {@link java.util.Collections#synchronizedMap} to
* provide synchronized access to a <code>ReferenceIdentityMap</code>.
* Remember that synchronization will not stop the garbage collecter removing entries.
* Remember that synchronization will not stop the garbage collector removing entries.
* <p>
* All the available iterators can be reset back to the start by casting to
* <code>ResettableIterator</code> and calling <code>reset()</code>.

View File

@ -50,7 +50,7 @@ import java.io.Serializable;
* This implementation is not synchronized.
* You can use {@link java.util.Collections#synchronizedMap} to
* provide synchronized access to a <code>ReferenceMap</code>.
* Remember that synchronization will not stop the garbage collecter removing entries.
* Remember that synchronization will not stop the garbage collector removing entries.
* <p>
* All the available iterators can be reset back to the start by casting to
* <code>ResettableIterator</code> and calling <code>reset()</code>.