diff options
| author | cuishuang <imcusg@gmail.com> | 2025-12-18 10:36:50 +0800 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-12-30 07:28:53 -0800 |
| commit | fd45d70799853ef5980a559e206353574108d8da (patch) | |
| tree | 6809c57120f948fb54801d900e40b39c648a61ec /src/archive/tar/reader_test.go | |
| parent | df4e08ac65e94041367785783ec1482e8bed2397 (diff) | |
| download | go-fd45d70799853ef5980a559e206353574108d8da.tar.xz | |
all: fix some minor grammatical issues in the comments
Change-Id: I0459f05e7f6abd9738813c65d993114e931720d5
Reviewed-on: https://go-review.googlesource.com/c/go/+/731000
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Auto-Submit: Keith Randall <khr@golang.org>
Diffstat (limited to 'src/archive/tar/reader_test.go')
| -rw-r--r-- | src/archive/tar/reader_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/archive/tar/reader_test.go b/src/archive/tar/reader_test.go index de3d365304..c7611ca044 100644 --- a/src/archive/tar/reader_test.go +++ b/src/archive/tar/reader_test.go @@ -787,7 +787,7 @@ type readBadSeeker struct{ io.ReadSeeker } func (rbs *readBadSeeker) Seek(int64, int) (int64, error) { return 0, fmt.Errorf("illegal seek") } -// TestReadTruncation test the ending condition on various truncated files and +// TestReadTruncation tests the ending condition on various truncated files and // that truncated files are still detected even if the underlying io.Reader // satisfies io.Seeker. func TestReadTruncation(t *testing.T) { |
