aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/crypto/cipher/example_test.go
diff options
context:
space:
mode:
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 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.
}