aboutsummaryrefslogtreecommitdiff
path: root/src/archive
diff options
context:
space:
mode:
authorRyuma Yoshida <ryuma.y1117@gmail.com>2018-02-20 15:10:49 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2018-02-20 16:45:55 +0000
commit8fc25b531bf5261ef7760bab581d10718fa7a417 (patch)
treed840e7473e85399d0606618c91dfd946117d3729 /src/archive
parent2e78f2afdb6714f2eb902d16039f4c475c2282f3 (diff)
downloadgo-8fc25b531bf5261ef7760bab581d10718fa7a417.tar.xz
all: remove duplicate word "the"
Change-Id: Ia5908e94a6bd362099ca3c63f6ffb7e94457131d GitHub-Last-Rev: 545a40571a912f433546d8c94a9d63459313515d GitHub-Pull-Request: golang/go#23942 Reviewed-on: https://go-review.googlesource.com/95435 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/archive')
-rw-r--r--src/archive/tar/common.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/archive/tar/common.go b/src/archive/tar/common.go
index 89d1f38732..dee9e47e4a 100644
--- a/src/archive/tar/common.go
+++ b/src/archive/tar/common.go
@@ -187,7 +187,7 @@ type Header struct {
// The key and value should be non-empty UTF-8 strings.
//
// When Writer.WriteHeader is called, PAX records derived from the
- // the other fields in Header take precedence over PAXRecords.
+ // other fields in Header take precedence over PAXRecords.
PAXRecords map[string]string
// Format specifies the format of the tar header.