Skip to content

Commit 7c22bf3

Browse files
n
Change-Id: I1d3a83e7ea15fd82e7ea026382642a707caeaeed
1 parent 593e187 commit 7c22bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/archive/tar/common.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ const (
642642
//
643643
// If fi implements [FileInfoNames]
644644
// Header.Gname and Header.Uname
645-
// provided by the methods of the interface.
645+
// are provided by the methods of the interface.
646646
func FileInfoHeader(fi fs.FileInfo, link string) (*Header, error) {
647647
if fi == nil {
648648
return nil, errors.New("archive/tar: FileInfo is nil")

0 commit comments

Comments
 (0)