Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phbnf committed Aug 23, 2024
1 parent dddaceb commit 7551548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion personalities/sctfe/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func (cts *CTStorage) AddIssuerChain(ctx context.Context, chain []*x509.Certific
return nil
}

// cachedStoreIssuers returns a caching wrapper for and IssuerStorage
// cachedStoreIssuers returns a caching wrapper for an IssuerStorage
//
// This is intended to make querying faster. It does not keep a copy of the certs, only sha256.
// Only up to maxCachedIssuerKeys keys will be stored locally.
Expand Down

0 comments on commit 7551548

Please sign in to comment.