mirror of https://github.com/grpc/grpc-go.git
advancedtls: fix a typo in crl.go (#4634)
This commit is contained in:
parent
ea9b7a0a76
commit
8ed8dd2655
|
@ -40,7 +40,7 @@ import (
|
|||
var grpclogLogger = grpclog.Component("advancedtls")
|
||||
|
||||
// Cache is an interface to cache CRL files.
|
||||
// The cache implemetation must be concurrency safe.
|
||||
// The cache implementation must be concurrency safe.
|
||||
// A fixed size lru cache from golang-lru is recommended.
|
||||
type Cache interface {
|
||||
// Add adds a value to the cache.
|
||||
|
|
Loading…
Reference in New Issue