diff options
author | Craig Chi <craigchi@google.com> | 2020-09-09 16:44:35 -0700 |
---|---|---|
committer | Andrei Vagin <avagin@gmail.com> | 2020-09-16 12:19:30 -0700 |
commit | 70cfea23776189575807f6aae28769bdfaa1e3fb (patch) | |
tree | da5000ab1b82ec1a1b0cd56f5877eed97e5f59ea /pkg/abi | |
parent | d459bb3372384a4d16fe0d9791847285449dc184 (diff) |
Fix comments of TODO issues.
Diffstat (limited to 'pkg/abi')
-rw-r--r-- | pkg/abi/linux/fuse.go | 2 |
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 } |