diff --git a/libs/filer/unix_root_path.go b/libs/filer/unix_root_path.go index 65b89123..1d9dc0cc 100644 --- a/libs/filer/unix_root_path.go +++ b/libs/filer/unix_root_path.go @@ -12,7 +12,7 @@ type UnixRootPath struct { rootPath string } -// NewUnixRootPath constructs and returns [RootPath]. +// NewUnixRootPath constructs and returns [UnixRootPath]. // The named path is cleaned on construction. func NewUnixRootPath(name string) UnixRootPath { return UnixRootPath{