Skip to content

Commit

Permalink
Fix typo in LintRevocationListEx comment (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongable committed Jun 30, 2023
1 parent 7ef1f84 commit 8c46bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/zlint.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func LintRevocationList(r *x509.RevocationList) *ResultSet {
// lints that will be run. (See lint.Registry.Filter())
//
// If registry is nil then the global registry of all lints is used and this
// function is equivalent to calling LintRevocationListEx(r).
// function is equivalent to calling LintRevocationList(r).
func LintRevocationListEx(r *x509.RevocationList, registry lint.Registry) *ResultSet {
if r == nil {
return nil
Expand Down

0 comments on commit 8c46bdf

Please sign in to comment.