jdk/src/java.base/share/classes/java/security/Signature.java
changeset 28059 e576535359cc
parent 27077 c943ca4a3380
child 30033 b9c86c17164a
--- a/jdk/src/java.base/share/classes/java/security/Signature.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.base/share/classes/java/security/Signature.java	Thu Oct 30 07:31:41 2014 -0700
@@ -776,7 +776,7 @@
     /**
      * Updates the data to be signed or verified using the specified
      * ByteBuffer. Processes the {@code data.remaining()} bytes
-     * starting at at {@code data.position()}.
+     * starting at {@code data.position()}.
      * Upon return, the buffer's position will be equal to its limit;
      * its limit will not have changed.
      *