diff --git a/src/crypto/crypto_context.cc b/src/crypto/crypto_context.cc index 798b4ffb52b1bc..04380da0178969 100644 --- a/src/crypto/crypto_context.cc +++ b/src/crypto/crypto_context.cc @@ -829,7 +829,7 @@ static std::vector& GetExtraCACertificates() { // with all the other flags. // 7. Certificates from --use-bundled-ca, --use-system-ca and // NODE_EXTRA_CA_CERTS are cached after first load. Certificates -// from --use-system-ca are not cached and always reloaded from +// from --use-openssl-ca are not cached and always reloaded from // disk. // TODO(joyeecheung): maybe these rules need a bit of consolidation? X509_STORE* NewRootCertStore() {