crypto/cipher: Fix typo in example comment

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/101510047
This commit is contained in:
Preetam Jinka 2014-06-28 10:11:26 -07:00 committed by Brad Fitzpatrick
parent dd3856e1b0
commit 873ceeff54
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ func ExampleStreamReader() {
}
// Note that this example is simplistic in that it omits any
// authentication of the encrypted data. It you were actually to use
// authentication of the encrypted data. If you were actually to use
// StreamReader in this manner, an attacker could flip arbitrary bits in
// the output.
}