]> Cypherpunks repositories - gostls13.git/commit
crypto/cipher: fix typo from last change
authorRob Pike <r@golang.org>
Tue, 22 Dec 2015 23:24:21 +0000 (15:24 -0800)
committerRob Pike <r@golang.org>
Tue, 22 Dec 2015 23:26:12 +0000 (23:26 +0000)
commit54641818c97077f59ae968752c3a66576cffbe56
treeb5cc02c3667156dca1ba679dea7c570427bbecf0
parent4e6750af81996424f26115be1b2d13665764db8a
crypto/cipher: fix typo from last change

s/encrypt/decrypt/

The text is unsafe to cut and paste...

Change-Id: Iab19ddf8182d087e9a4b4d34a9eeabd1d2aa02d6
Reviewed-on: https://go-review.googlesource.com/18104
Reviewed-by: Rob Pike <r@golang.org>
src/crypto/cipher/gcm.go