mirror of https://github.com/restic/restic.git
fuse: typo
This commit is contained in:
parent
c784a15aaa
commit
9b38980ed9
|
@ -10,7 +10,7 @@ import (
|
|||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
// Statically ensure that *file implements the given interface
|
||||
// Statically ensure that *link implements the given interface
|
||||
var _ = fs.NodeReadlinker(&link{})
|
||||
|
||||
type link struct {
|
||||
|
|
|
@ -25,7 +25,7 @@ type SnapshotsDir struct {
|
|||
names map[string]*restic.Snapshot
|
||||
}
|
||||
|
||||
// ensure that *DirSnapshots implements these interfaces
|
||||
// ensure that *SnapshotsDir implements these interfaces
|
||||
var _ = fs.HandleReadDirAller(&SnapshotsDir{})
|
||||
var _ = fs.NodeStringLookuper(&SnapshotsDir{})
|
||||
|
||||
|
|
Loading…
Reference in New Issue