From 89d5338eed93e9324d91ff498962c7dbe5b93f56 Mon Sep 17 00:00:00 2001 From: Yawning Angel Date: Wed, 14 May 2014 08:13:42 +0000 Subject: Fix comment (No functional changes). --- framing/framing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framing/framing.go') diff --git a/framing/framing.go b/framing/framing.go index 62170ae..710bc1f 100644 --- a/framing/framing.go +++ b/framing/framing.go @@ -100,7 +100,7 @@ var ErrAgain = errors.New("framing: More data needed to decode") // Error returned when Decoder.Decode() failes to authenticate a frame. var ErrTagMismatch = errors.New("framing: Poly1305 tag mismatch") -// Error returned when the NaCL SecretBox nonce's counter wraps (FATAL). +// Error returned when the NaCl SecretBox nonce's counter wraps (FATAL). var ErrNonceCounterWrapped = errors.New("framing: Nonce counter wrapped") // InvalidPayloadLengthError is the error returned when Encoder.Encode() -- cgit v1.2.3