docs(readonly): fix typo
P. Reis committed
Sep 7, 2023 at 18:07 UTC
1f0f2a72f4f1226c1edf7256479bc1f3b0805385
1 file changed
+1
-1
fuse/readonly/readonly_unix.go
+1
-1
@@ -284,7 +284,7 @@ func (s *Node) Read(ctx context.Context, req *fuse.ReadRequest, resp *fuse.ReadR
284
return nil // may be non-nil / not succeeded
285
}
286
287
-// to check that out Node implements all the interfaces we want.
287
+// to check that our Node implements all the interfaces we want.
288
type roRoot interface {
289
fs.Node
290
fs.HandleReadDirAller