Skip to content

Commit a213613

Browse files
n
Change-Id: I56eefb148d613418329a95acc5e09e4f30adac57
1 parent 7c22bf3 commit a213613

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
@@ -736,7 +736,7 @@ func FileInfoHeader(fi fs.FileInfo, link string) (*Header, error) {
736736

737737
// FileInfoNames extends [fs.FileInfo].
738738
// Passing an instance of this to [FileInfoHeader] permits the caller
739-
// to avoid asystem-dependent name lookup by specifying the Uname and Gname directly.
739+
// to avoid a system-dependent name lookup by specifying the Uname and Gname directly.
740740
type FileInfoNames interface {
741741
fs.FileInfo
742742
// Uname should give a user name.

0 commit comments

Comments
 (0)