test/jdk/javax/net/ssl/sanity/ciphersuites/CheckCipherSuites.java
changeset 53621 8b3d33bfb407
parent 53549 ad3438957ff5
parent 53608 6c377af36a5c
child 54430 fb25cd198a10
--- a/test/jdk/javax/net/ssl/sanity/ciphersuites/CheckCipherSuites.java	Fri Feb 01 10:08:21 2019 -0800
+++ b/test/jdk/javax/net/ssl/sanity/ciphersuites/CheckCipherSuites.java	Sat Feb 02 00:11:54 2019 +0100
@@ -117,7 +117,7 @@
         "TLS_EMPTY_RENEGOTIATION_INFO_SCSV"
     };
 
-    // List of enabled cipher suites when the "crypto.policy" security
+    // List of supported cipher suites when the "crypto.policy" security
     // property is set to "unlimited" (the default value).
     private final static String[] SUPPORTED_DEFAULT = {
         "TLS_AES_128_GCM_SHA256",