go/src/archive/tar
Daniel Martí 41348081fa all: fix a number of misuses of the word "an"
After golang.org/cl/210124, I wondered if the same error had gone
unnoticed elsewhere. I quickly spotted another dozen mistakes after
reading through the output of:

	git grep '\<[Aa]n [bcdfgjklmnpqrtvwyz][a-z]'

Many results are false positives for acronyms like "an mtime", since
it's pronounced "an em-time". However, the total amount of output isn't
that large given how simple the grep pattern is.

Change-Id: Iaa2ca69e42f4587a9e3137d6c5ed758887906ca6
Reviewed-on: https://go-review.googlesource.com/c/go/+/210678
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Zach Jones <zachj1@gmail.com>
Reviewed-by: Robert Griesemer <gri@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2019-12-10 16:23:10 +00:00
..
testdata
common.go all: remove duplicate word "the" 2018-02-20 16:45:55 +00:00
example_test.go
format.go archive/tar: remore redundant parens in type expressions 2018-08-21 01:47:17 +00:00
reader.go all: fix a number of misuses of the word "an" 2019-12-10 16:23:10 +00:00
reader_test.go go/printer, gofmt: tuned table alignment for better results 2018-04-04 13:39:34 -07:00
stat_actime1.go archive/tar, syscall: add statUnix for aix/ppc64 2019-02-27 23:40:20 +00:00
stat_actime2.go syscall: revert to pre-FreeBSD 10 / POSIX-2008 timespec field names in Stat_t on FreeBSD 2018-12-30 19:36:52 +00:00
stat_unix.go archive/tar, syscall: add statUnix for aix/ppc64 2019-02-27 23:40:20 +00:00
strconv.go src, misc: apply gofmt 2019-02-19 20:38:28 +00:00
strconv_test.go src, misc: apply gofmt 2019-02-19 20:38:28 +00:00
tar_test.go
writer.go all: use strings.Builder instead of bytes.Buffer where appropriate 2018-03-26 23:05:53 +00:00
writer_test.go