aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/net/smtp/smtp.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/net/smtp/smtp.go')
-rw-r--r--libgo/go/net/smtp/smtp.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/net/smtp/smtp.go b/libgo/go/net/smtp/smtp.go
index a408fa53363..28472e447b5 100644
--- a/libgo/go/net/smtp/smtp.go
+++ b/libgo/go/net/smtp/smtp.go
@@ -298,7 +298,7 @@ var testHookStartTLS func(*tls.Config) // nil, except for tests
// messages is accomplished by including an email address in the to
// parameter but not including it in the msg headers.
//
-// The SendMail function and the the net/smtp package are low-level
+// The SendMail function and the net/smtp package are low-level
// mechanisms and provide no support for DKIM signing, MIME
// attachments (see the mime/multipart package), or other mail
// functionality. Higher-level packages exist outside of the standard