docs: fix typos found by codespell in docs and code comments

This commit is contained in:
Dimitri Papadopoulos Orfanos
2023-09-23 13:20:01 +02:00
committed by GitHub
parent 50b4a2398e
commit 3d473eb54e
16 changed files with 27 additions and 27 deletions

View File

@@ -83,7 +83,7 @@ func mountOptions(fsys *FS, f fs.Fs, opt *mountlib.Options) (mountOpts *fuse.Mou
// (128 kiB on Linux) and cannot be larger than MaxWrite.
//
// MaxReadAhead only affects buffered reads (=non-direct-io), but even then, the
// kernel can and does send larger reads to satisfy read reqests from applications
// kernel can and does send larger reads to satisfy read requests from applications
// (up to MaxWrite or VM_READAHEAD_PAGES=128 kiB, whichever is less).
MaxReadAhead int