src/java.base/share/classes/java/security/KeyPairGenerator.java
changeset 47478 438e0c9f2f17
parent 47216 71c04702a3d5
child 58242 94bb65cb37d3
--- a/src/java.base/share/classes/java/security/KeyPairGenerator.java	Mon Oct 30 17:32:38 2017 -0700
+++ b/src/java.base/share/classes/java/security/KeyPairGenerator.java	Mon Oct 30 17:49:33 2017 -0700
@@ -84,7 +84,7 @@
  * exists (e.g., so-called <i>community parameters</i> in DSA), there are two
  * {@link #initialize(java.security.spec.AlgorithmParameterSpec)
  * initialize} methods that have an {@code AlgorithmParameterSpec}
- * argument. One also has a {@code SecureRandom} argument, while the
+ * argument. One also has a {@code SecureRandom} argument, while
  * the other uses the {@code SecureRandom}
  * implementation of the highest-priority installed provider as the source
  * of randomness. (If none of the installed providers supply an implementation