a:fingerprint: fix Check comment

This commit is contained in:
Aleksandr Razumov 2017-07-20 02:34:25 +02:00
parent 04cd4d0fe9
commit c52f4ec1c7

View File

@ -61,7 +61,7 @@ func (FingerprintAttr) AddTo(m *Message) error {
}
// Check reads fingerprint value from m and checks it, returning error if any.
// Can return *DecodeErr, ErrAttributeNotFound, and *CRCMismatch.
// Can return *AttrLengthErr, ErrAttributeNotFound, and *CRCMismatch.
func (FingerprintAttr) Check(m *Message) error {
b, err := m.Get(AttrFingerprint)
if err != nil {