summaryrefslogtreecommitdiffhomepage
path: root/pkg/p9/handlers.go
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2019-06-21 19:34:51 +0000
committergVisor bot <gvisor-bot@google.com>2019-06-21 19:34:51 +0000
commitfd1a65eddff66bf9ee8bdac2e00948f6784b7c1c (patch)
tree88a9b90cbabc6b44bea07db9451d51e188a26a5c /pkg/p9/handlers.go
parentb42e4cc6700029d0fa8eea57c57c0acbee181596 (diff)
parentc0317b28cb3f8346ee81564ee477aafdf6283f45 (diff)
Merge c0317b28 (automated)
Diffstat (limited to 'pkg/p9/handlers.go')
-rw-r--r--pkg/p9/handlers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/p9/handlers.go b/pkg/p9/handlers.go
index 1a976bd13..9e622227b 100644
--- a/pkg/p9/handlers.go
+++ b/pkg/p9/handlers.go
@@ -545,7 +545,7 @@ func (t *Tunlinkat) handle(cs *connState) message {
// Before we do the unlink itself, we need to ensure that there
// are no operations in flight on associated path node. The
// child's path node lock must be held to ensure that the
- // unlink at marking the child deleted below is atomic with
+ // unlinkat marking the child deleted below is atomic with
// respect to any other read or write operations.
//
// This is one case where we have a lock ordering issue, but