From 4fedb59aec525faadaa5dcdd55c9798f6b4468ae Mon Sep 17 00:00:00 2001 From: Preetam Jinka <pj@preet.am> Date: Wed, 2 Jul 2014 10:46:54 -0700 Subject: [PATCH] crypto/cipher: fix typo in example comment LGTM=josharian R=golang-codereviews, josharian CC=golang-codereviews https://golang.org/cl/110330043 --- src/pkg/crypto/cipher/example_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkg/crypto/cipher/example_test.go b/src/pkg/crypto/cipher/example_test.go index 5677f6f2fe..1cfa982df4 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. } -- 2.30.9