local: correct comment

This commit is contained in:
Alexander Neumann 2015-12-28 18:21:56 +01:00
parent d257dedf42
commit 7b1e8fdd06
1 changed files with 1 additions and 1 deletions

View File

@ -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,