diff --git a/backend/local/local.go b/backend/local/local.go index ffcfe68d6..d8291a8bd 100644 --- a/backend/local/local.go +++ b/backend/local/local.go @@ -21,7 +21,7 @@ type Local struct { open map[string][]*os.File // Contains open files. Guarded by 'mu'. } -// Open opens the local backend at dir. +// Open opens the local backend as specified by config. func Open(dir string) (*Local, error) { items := []string{ dir,