From 56717d020c3a8b36996878b8f953968b99205e2f Mon Sep 17 00:00:00 2001 From: Gregory Cooke Date: Tue, 28 Nov 2023 15:41:11 +0000 Subject: [PATCH] change name of suggested fn --- include/grpcpp/security/tls_credentials_options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/grpcpp/security/tls_credentials_options.h b/include/grpcpp/security/tls_credentials_options.h index cb35ba999e6..7ad5b088568 100644 --- a/include/grpcpp/security/tls_credentials_options.h +++ b/include/grpcpp/security/tls_credentials_options.h @@ -99,7 +99,7 @@ class TlsCredentialsOptions { // verifiers other than the host name verifier is used. void set_check_call_host(bool check_call_host); - // Deprecated in favor of grpc_tls_credentials_options_set_crl_provider. The + // Deprecated in favor of set_crl_provider. The // crl provider interface provides a significantly more flexible approach to // using CRLs. See gRFC A69 for details. // If set, gRPC will read all hashed x.509 CRL files in the directory and