Skip to content

Commit

Permalink
docs(readonly): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickReiis authored and hacdias committed Sep 18, 2023
1 parent dbf6a05 commit 1f0f2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuse/readonly/readonly_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ func (s *Node) Read(ctx context.Context, req *fuse.ReadRequest, resp *fuse.ReadR
return nil // may be non-nil / not succeeded
}

// to check that out Node implements all the interfaces we want.
// to check that our Node implements all the interfaces we want.
type roRoot interface {
fs.Node
fs.HandleReadDirAller
Expand Down

0 comments on commit 1f0f2a7

Please sign in to comment.