aboutsummaryrefslogtreecommitdiff
path: root/src/mime
diff options
context:
space:
mode:
authorEitan Adler <lists@eitanadler.com>2017-03-05 09:14:38 -0800
committerIan Lance Taylor <iant@golang.org>2017-03-06 04:39:12 +0000
commit789c5255a4ee2bca8906baa15fc3e400054ff44d (patch)
tree80ccd03eb87a1dab0503a64c52eb3be0a834de06 /src/mime
parent694f9e36aa508116b8fd0bf2c42e680f2937dd56 (diff)
downloadgo-789c5255a4ee2bca8906baa15fc3e400054ff44d.tar.gz
go-789c5255a4ee2bca8906baa15fc3e400054ff44d.zip
all: remove the the duplicate words
Change-Id: I6343c162e27e2e492547c96f1fc504909b1c03c0 Reviewed-on: https://go-review.googlesource.com/37793 Reviewed-by: Daniel Martí <mvdan@mvdan.cc> Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/mime')
-rw-r--r--src/mime/encodedword.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mime/encodedword.go b/src/mime/encodedword.go
index c3ca4bacd1..9de91aa3d5 100644
--- a/src/mime/encodedword.go
+++ b/src/mime/encodedword.go
@@ -188,7 +188,7 @@ type WordDecoder struct {
// charset into UTF-8.
// Charsets are always lower-case. utf-8, iso-8859-1 and us-ascii charsets
// are handled by default.
- // One of the the CharsetReader's result values must be non-nil.
+ // One of the CharsetReader's result values must be non-nil.
CharsetReader func(charset string, input io.Reader) (io.Reader, error)
}