Skip to content

Commit d92f8ad

Browse files
yangwenmaiianlancetaylor
authored andcommitted
archive/tar: fix typo in comment
Change-Id: Ifcc565b34b3c3bb7ee62bb0525648a5d2895bf0b Reviewed-on: https://go-review.googlesource.com/c/go/+/282013 Reviewed-by: Ian Lance Taylor <[email protected]> Trust: Alberto Donizetti <[email protected]>
1 parent cab1202 commit d92f8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/archive/tar/strconv.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func isASCII(s string) bool {
2828
}
2929

3030
// toASCII converts the input to an ASCII C-style string.
31-
// This a best effort conversion, so invalid characters are dropped.
31+
// This is a best effort conversion, so invalid characters are dropped.
3232
func toASCII(s string) string {
3333
if isASCII(s) {
3434
return s

0 commit comments

Comments
 (0)