Skip to content

Commit

Permalink
chore: fix function name in comment (#1111)
Browse files Browse the repository at this point in the history
  • Loading branch information
kindknow authored Apr 30, 2024
1 parent f7db0eb commit 9cd944d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cert/cert.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ func UnmarshalEd25519PrivateKey(b []byte) (ed25519.PrivateKey, []byte, error) {
return k.Bytes, r, nil
}

// UnmarshalNebulaCertificate will unmarshal a protobuf byte representation of a nebula cert into its
// UnmarshalNebulaEncryptedData will unmarshal a protobuf byte representation of a nebula cert into its
// protobuf-generated struct.
func UnmarshalNebulaEncryptedData(b []byte) (*NebulaEncryptedData, error) {
if len(b) == 0 {
Expand Down

0 comments on commit 9cd944d

Please sign in to comment.