jdk/src/share/classes/javax/naming/LinkLoopException.java
changeset 22974 4bf6c0d73bb8
parent 5506 202f599c92aa
--- a/jdk/src/share/classes/javax/naming/LinkLoopException.java	Fri Feb 14 15:21:26 2014 +0000
+++ b/jdk/src/share/classes/javax/naming/LinkLoopException.java	Sat Feb 15 10:17:35 2014 +0400
@@ -27,7 +27,7 @@
 
 /**
   * This exception is thrown when
-  * a loop was detected will attempting to resolve a link, or an implementation
+  * a loop was detected while attempting to resolve a link, or an implementation
   * specific limit on link counts has been reached.
   * <p>
   * Synchronization and serialization issues that apply to LinkException
@@ -42,7 +42,7 @@
 
 public class LinkLoopException extends LinkException {
     /**
-      * Constructs a new instance of LinkLoopException with an explanation
+      * Constructs a new instance of LinkLoopException with an explanation.
       * All the other fields are initialized to null.
       * @param  explanation     A possibly null string containing additional
       *                         detail about this exception.