summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/fuse/connection.go
diff options
context:
space:
mode:
authorCraig Chi <craigchi@google.com>2020-09-09 16:30:25 -0700
committerAndrei Vagin <avagin@gmail.com>2020-09-11 13:35:25 -0700
commitb8bee78d0c99a0c9423061b3dda10b9ef8c9719d (patch)
treeaa7d47f5b1bf468cfc2706ba3991a49400a48231 /pkg/sentry/fsimpl/fuse/connection.go
parent36bbf9e9668d1982afffbe069ab3b26a3822a1e7 (diff)
Unexport fusefs.inode.nodeID
Diffstat (limited to 'pkg/sentry/fsimpl/fuse/connection.go')
-rw-r--r--pkg/sentry/fsimpl/fuse/connection.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/fsimpl/fuse/connection.go b/pkg/sentry/fsimpl/fuse/connection.go
index 6009cdf97..a7402c149 100644
--- a/pkg/sentry/fsimpl/fuse/connection.go
+++ b/pkg/sentry/fsimpl/fuse/connection.go
@@ -46,7 +46,7 @@ const (
type connection struct {
fd *DeviceFD
- // mu protect access to struct memebers.
+ // mu protects access to struct memebers.
mu sync.Mutex
// attributeVersion is the version of connection's attributes.