summaryrefslogtreecommitdiffhomepage
path: root/pkg/abi
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/abi')
-rw-r--r--pkg/abi/linux/fuse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/abi/linux/fuse.go b/pkg/abi/linux/fuse.go
index ba3316ad6..ca304af05 100644
--- a/pkg/abi/linux/fuse.go
+++ b/pkg/abi/linux/fuse.go
@@ -663,7 +663,7 @@ func (r *FUSEMkdirIn) SizeBytes() int {
type FUSERmDirIn struct {
marshal.StubMarshallable
- // Name is a directory name to be looked up.
+ // Name is a directory name to be removed.
Name string
}