1
Fork 0

Fix a bunch of typos

This commit is contained in:
Frank Steffahn 2021-12-14 15:23:34 +01:00
parent 404c8471ab
commit a957cefda6
29 changed files with 55 additions and 55 deletions

View file

@ -104,7 +104,7 @@ impl FdMeta {
fn potential_sendfile_source(&self) -> bool {
match self {
// procfs erronously shows 0 length on non-empty readable files.
// procfs erroneously shows 0 length on non-empty readable files.
// and if a file is truly empty then a `read` syscall will determine that and skip the write syscall
// thus there would be benefit from attempting sendfile
FdMeta::Metadata(meta)