From 7b1e8fdd061db1b9d3ead14eec3ae0944b8466e9 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Mon, 28 Dec 2015 18:21:56 +0100 Subject: [PATCH] local: correct comment --- backend/local/local.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,