From bb43c71d6fc9a4de48bfae320db844a3cab654e7 Mon Sep 17 00:00:00 2001 From: Doug Schaapveld Date: Thu, 3 Nov 2022 08:41:34 -0500 Subject: [PATCH] Fix typo --- fuseutil/dirent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuseutil/dirent.go b/fuseutil/dirent.go index 2fd3bea..2786efc 100644 --- a/fuseutil/dirent.go +++ b/fuseutil/dirent.go @@ -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) {