aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/sys/interface.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/sys/interface.go b/internal/sys/interface.go
index 935cee5c..88afd670 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()))