src/java.base/share/classes/javax/net/ssl/SSLEngine.java
changeset 51986 c1db377f6300
parent 51440 a1aaf68b119d
--- a/src/java.base/share/classes/javax/net/ssl/SSLEngine.java	Mon Oct 01 21:14:58 2018 -0700
+++ b/src/java.base/share/classes/javax/net/ssl/SSLEngine.java	Tue Oct 02 10:19:07 2018 -0700
@@ -1013,7 +1013,7 @@
      * an instance of this class, but before the {@code SSLSession} has
      * been completely initialized and made available via {@code getSession}.
      * For example, the list of valid signature algorithms may restrict
-     * the type of certificates that can used during TrustManager
+     * the type of certificates that can be used during TrustManager
      * decisions, or the maximum TLS/DTLS fragment packet sizes can be
      * resized to better support the network environment.
      * <p>