notifications
Doug Schaapveld 2022-11-03 08:41:34 -05:00 committed by Michael Stapelberg
parent 5e0f2e6b43
commit bb43c71d6f
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ type Dirent struct {
Type DirentType
}
// Write the supplied directory entry intto the given buffer in the format
// Write the supplied directory entry into the given buffer in the format
// expected in fuseops.ReadFileOp.Data, returning the number of bytes written.
// Return zero if the entry would not fit.
func WriteDirent(buf []byte, d Dirent) (n int) {