jdk/src/share/classes/java/security/PrivilegedActionException.java
changeset 2589 af4853bc7e87
parent 2 90ce3da70b43
child 5506 202f599c92aa
--- a/jdk/src/share/classes/java/security/PrivilegedActionException.java	Fri Apr 10 11:21:31 2009 +0800
+++ b/jdk/src/share/classes/java/security/PrivilegedActionException.java	Sun Apr 12 20:21:43 2009 -0700
@@ -87,7 +87,7 @@
     }
 
     /**
-     * Returns the the cause of this exception (the exception thrown by
+     * Returns the cause of this exception (the exception thrown by
      * the privileged computation that resulted in this
      * <code>PrivilegedActionException</code>).
      *