Commit 873ceeff authored by Preetam Jinka's avatar Preetam Jinka Committed by Brad Fitzpatrick

crypto/cipher: Fix typo in example comment

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/101510047
parent dd3856e1
......@@ -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.
}
......
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