From 263a0287c9f160cd1b5361ad466fe4b419a6487d Mon Sep 17 00:00:00 2001 From: iamqizhao Date: Fri, 1 May 2015 18:52:19 -0700 Subject: [PATCH] fix comments --- credentials/credentials.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/credentials/credentials.go b/credentials/credentials.go index cd31ea00..5c9c7b00 100644 --- a/credentials/credentials.go +++ b/credentials/credentials.go @@ -70,8 +70,8 @@ type Credentials interface { GetRequestMetadata(ctx context.Context) (map[string]string, error) } -// TransportAuthenticator defines the common interface all supported transport -// authentication protocols (e.g., TLS, SSL) must implement. +// TransportAuthenticator defines the common interface for all the live gRPC wire +// protocol and supported transport security protocols (e.g., TLS, SSL). type TransportAuthenticator interface { // Handshake does the authentication handshake specified by the corresponding // authentication protocol on rawConn.