src/java.base/share/classes/sun/security/provider/DSA.java
changeset 51986 c1db377f6300
parent 51508 f99640a44d75
--- a/src/java.base/share/classes/sun/security/provider/DSA.java	Mon Oct 01 21:14:58 2018 -0700
+++ b/src/java.base/share/classes/sun/security/provider/DSA.java	Tue Oct 02 10:19:07 2018 -0700
@@ -105,7 +105,7 @@
      * Construct a blank DSA object that will use the specified
      * signature format. {@code p1363Format} should be {@code true} to
      * use the IEEE P1363 format. If {@code p1363Format} is {@code false},
-     * the DER-encoded ASN.1 format will used. The DSA object must be
+     * the DER-encoded ASN.1 format will be used. The DSA object must be
      * initialized before being usable for signing or verifying.
      */
     DSA(MessageDigest md, boolean p1363Format) {