From c52f4ec1c740100fe2d36a40f067658177568c30 Mon Sep 17 00:00:00 2001 From: Aleksandr Razumov Date: Thu, 20 Jul 2017 02:34:25 +0200 Subject: [PATCH] a:fingerprint: fix Check comment --- fingerprint.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fingerprint.go b/fingerprint.go index 633934c..fe67f3e 100644 --- a/fingerprint.go +++ b/fingerprint.go @@ -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 {