Fix typos

This commit is contained in:
Martin Michlmayr 2023-10-26 14:27:19 +08:00 committed by Leo R. Lundgren
parent b51fe2fb69
commit 41e6a02bcc
4 changed files with 5 additions and 5 deletions

View file

@ -143,7 +143,7 @@ func (f *openFile) Read(ctx context.Context, req *fuse.ReadRequest, resp *fuse.R
// the methods being called are responsible for appropriate synchronization.
//
// However, no lock needed here as getBlobAt can be called conurrently
// (blobCache has it's own locking)
// (blobCache has its own locking)
for i := startContent; remainingBytes > 0 && i < len(f.cumsize)-1; i++ {
blob, err := f.getBlobAt(ctx, i)
if err != nil {