diff options
author | Yawning Angel <yawning@schwanenlied.me> | 2014-05-14 08:13:42 +0000 |
---|---|---|
committer | Yawning Angel <yawning@schwanenlied.me> | 2014-05-14 08:13:42 +0000 |
commit | 89d5338eed93e9324d91ff498962c7dbe5b93f56 (patch) | |
tree | 94662216ecdae4ecbc4ccab682b5c08ff0d344ab /framing/framing.go | |
parent | 659efbc04444b67ba9c7e520815b67d132198f5f (diff) |
Fix comment (No functional changes).
Diffstat (limited to 'framing/framing.go')
-rw-r--r-- | framing/framing.go | 2 |
1 files changed, 1 insertions, 1 deletions
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() |