--- 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.
*