diff --git a/vault/keyring.go b/vault/keyring.go index 4d2a44c6e6..7d4eef2c92 100644 --- a/vault/keyring.go +++ b/vault/keyring.go @@ -100,7 +100,7 @@ func (k *Keyring) AddKey(key *Key) (*Keyring, error) { return clone, nil } -// RemoveKey removes a new key to the keyring +// RemoveKey removes a key from the keyring func (k *Keyring) RemoveKey(term uint32) (*Keyring, error) { // Ensure this is not the active key if term == k.activeTerm {