Here's my comments. - Dan DEA-1 usr/src/uts/common/crypto/io/arcfour.c 176 cmn_err(CE_WARN, "arcfour was busy when unregister " 177 "from the cryptographic framework Retrying.");
Change: s/unregister/unregistering/ s/framework /framework. / DEA-2 usr/src/uts/common/crypto/io/blowfish.c Same comments as above, DEA-1, for lines 224-225 DEA-3 usr/src/uts/common/crypto/io/ecc.c Same, as DEA-1, lines 271-272 DEA-4 usr/src/uts/common/crypto/io/md5_mod.c 256 cmn_err(CE_WARN, "md5 did not register with the" 257 "cryptographic framework (0x%x)", ret); Space missing at end of split string: s/with the/with the / DEA-5 usr/src/uts/common/crypto/io/rsa.c Same as above, lines 348-349 DEA-6 usr/src/uts/common/crypto/io/rsa.c Same as DEA-1, for lines 360-361: 360 cmn_err(CE_WARN, "rsa was busy when unregister " 361 "from the cryptographic framework Retrying."); Change: s/unregister/unregistering/ s/framework /framework. / -- This message posted from opensolaris.org