fix small word dupe typos
This commit is contained in:
parent
50f6d337c6
commit
d1982bd0af
17 changed files with 21 additions and 21 deletions
|
@ -20,7 +20,7 @@
|
|||
//! Since those syscalls have requirements that cannot be fully checked in advance and
|
||||
//! gathering additional information about file descriptors would require additional syscalls
|
||||
//! anyway it simply attempts to use them one after another (guided by inaccurate hints) to
|
||||
//! figure out which one works and and falls back to the generic read-write copy loop if none of them
|
||||
//! figure out which one works and falls back to the generic read-write copy loop if none of them
|
||||
//! does.
|
||||
//! Once a working syscall is found for a pair of file descriptors it will be called in a loop
|
||||
//! until the copy operation is completed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue