From a213613c79e150d52a2f5c84dca7a49fe123fa40 Mon Sep 17 00:00:00 2001 From: qiulaidongfeng <2645477756@qq.com> Date: Fri, 15 Mar 2024 18:34:19 +0800 Subject: [PATCH] n Change-Id: I56eefb148d613418329a95acc5e09e4f30adac57 --- src/archive/tar/common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/archive/tar/common.go b/src/archive/tar/common.go index 2aa62996ea..16ba53e94d 100644 --- a/src/archive/tar/common.go +++ b/src/archive/tar/common.go @@ -736,7 +736,7 @@ func FileInfoHeader(fi fs.FileInfo, link string) (*Header, error) { // FileInfoNames extends [fs.FileInfo]. // Passing an instance of this to [FileInfoHeader] permits the caller -// to avoid asystem-dependent name lookup by specifying the Uname and Gname directly. +// to avoid a system-dependent name lookup by specifying the Uname and Gname directly. type FileInfoNames interface { fs.FileInfo // Uname should give a user name.