summaryrefslogtreecommitdiff
path: root/src/pkg/crypto/cipher/example_test.go
diff options
context:
space:
mode:
authorPreetam Jinka <pj@preet.am>2014-07-02 10:46:54 -0700
committerPreetam Jinka <pj@preet.am>2014-07-02 10:46:54 -0700
commitc0874fe1faea174b892b4498e1481d86925dd6b8 (patch)
tree2fd558e352f07e5222e6773af2d65881764a4e3d /src/pkg/crypto/cipher/example_test.go
parent3ba18133f0ffc4d29c4ab0f487f0de9f436b50e8 (diff)
downloadgo-c0874fe1faea174b892b4498e1481d86925dd6b8.tar.gz
crypto/cipher: fix typo in example comment
LGTM=josharian R=golang-codereviews, josharian CC=golang-codereviews https://codereview.appspot.com/110330043 Committer: Josh Bleecher Snyder <josharian@gmail.com>
Diffstat (limited to 'src/pkg/crypto/cipher/example_test.go')
-rw-r--r--src/pkg/crypto/cipher/example_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/crypto/cipher/example_test.go b/src/pkg/crypto/cipher/example_test.go
index 5677f6f2f..1cfa982df 100644
--- a/src/pkg/crypto/cipher/example_test.go
+++ b/src/pkg/crypto/cipher/example_test.go
@@ -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.
}