aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-03-27 22:43:17 +0900
committerOphestra <cat@gensokyo.uk>2025-03-27 22:43:17 +0900
commita102178019cc290b2593f54cc6b12e1ae8258d1e (patch)
treeeef33d35ec8fa25a73ae2c68cab949f3ad02ef33 /internal
parente400862a124bed09cd43d72df46dc46f126487ea (diff)
sys: update doc comment
Signed-off-by: Ophestra <cat@gensokyo.uk>
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()))