From a102178019cc290b2593f54cc6b12e1ae8258d1e Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 27 Mar 2025 22:43:17 +0900 Subject: [PATCH] sys: update doc comment Signed-off-by: Ophestra --- internal/sys/interface.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/sys/interface.go b/internal/sys/interface.go index 935cee5..88afd67 100644 --- a/internal/sys/interface.go +++ b/internal/sys/interface.go @@ -47,7 +47,7 @@ type State interface { Uid(aid int) (int, error) } -// CopyPaths is a generic implementation of [System.Paths]. +// CopyPaths is a generic implementation of [fst.Paths]. func CopyPaths(os State, v *fst.Paths) { v.SharePath = path.Join(os.TempDir(), "fortify."+strconv.Itoa(os.Getuid()))