diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-03-27 22:43:17 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-03-27 22:43:17 +0900 |
| commit | a102178019cc290b2593f54cc6b12e1ae8258d1e (patch) | |
| tree | eef33d35ec8fa25a73ae2c68cab949f3ad02ef33 /internal/sys/interface.go | |
| parent | e400862a124bed09cd43d72df46dc46f126487ea (diff) | |
sys: update doc comment
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/sys/interface.go')
| -rw-r--r-- | internal/sys/interface.go | 2 |
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())) |
