summaryrefslogtreecommitdiff
path: root/libgo/go/mime/multipart/quotedprintable_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/mime/multipart/quotedprintable_test.go')
-rw-r--r--libgo/go/mime/multipart/quotedprintable_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/mime/multipart/quotedprintable_test.go b/libgo/go/mime/multipart/quotedprintable_test.go
index 8a95f7f037b..c4de3eb7566 100644
--- a/libgo/go/mime/multipart/quotedprintable_test.go
+++ b/libgo/go/mime/multipart/quotedprintable_test.go
@@ -131,7 +131,7 @@ func TestQPExhaustive(t *testing.T) {
return
}
if strings.HasSuffix(errStr, "0x0a") || strings.HasSuffix(errStr, "0x0d") {
- // bunch of cases; since whitespace at the end of of a line before \n is removed.
+ // bunch of cases; since whitespace at the end of a line before \n is removed.
return
}
}