From ec19fe21dca9b3f017760ee01d0d0e28c977d47b Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Mon, 19 Jun 2023 01:39:36 +0200 Subject: [PATCH] - --- libs/filer/unix_root_path.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{