Commit 4fedb59a authored by Preetam Jinka's avatar Preetam Jinka Committed by Josh Bleecher Snyder

crypto/cipher: fix typo in example comment

LGTM=josharian
R=golang-codereviews, josharian
CC=golang-codereviews
https://golang.org/cl/110330043
parent 22c3f67c
......@@ -277,7 +277,7 @@ func ExampleStreamWriter() {
}
// 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 decrypted result.
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment