jdk/src/share/classes/com/sun/jndi/ldap/pool/Pool.java
changeset 25808 e113d0a0fde0
parent 10324 e28265130e4f
--- a/jdk/src/share/classes/com/sun/jndi/ldap/pool/Pool.java	Fri Aug 01 19:44:52 2014 +0100
+++ b/jdk/src/share/classes/com/sun/jndi/ldap/pool/Pool.java	Fri Aug 01 22:32:51 2014 +0100
@@ -68,8 +68,8 @@
  * whenever a pooled connection is requested or a call to remove the expired
  * connections is made. The monitoring is done regularly when idle connection
  * timeout is set as the PoolCleaner removes expired connections periodically.
- * As determined by the experiements, cleanup of resources using the
- * ReferenceQueue mechanism is reliable and has immidiate effect than the
+ * As determined by experimentation, cleanup of resources using the
+ * ReferenceQueue mechanism is reliable and has more immediate effect than the
  * finalizer approach.
  *
  * @author Rosanna Lee