jdk/src/java.base/share/classes/java/security/SignatureSpi.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 40789 43b42538af90
--- a/jdk/src/java.base/share/classes/java/security/SignatureSpi.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.base/share/classes/java/security/SignatureSpi.java	Thu Oct 30 07:31:41 2014 -0700
@@ -131,7 +131,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.
      *