sys: update doc comment

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-03-27 22:43:17 +09:00
parent e400862a12
commit a102178019

View File

@@ -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()))