mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-04 02:54:00 +00:00
Improve comment grammar
This commit is contained in:
parent
028754a2f7
commit
7647d03c33
@ -498,8 +498,8 @@ impl CopyResult {
|
||||
/// Thus -1 will never be overlap with a valid open file.
|
||||
const INVALID_FD: RawFd = -1;
|
||||
|
||||
/// linux-specific implementation that will attempt to use copy_file_range for copy offloading
|
||||
/// as the name says, it only works on regular files
|
||||
/// Linux-specific implementation that will attempt to use copy_file_range for copy offloading.
|
||||
/// As the name says, it only works on regular files.
|
||||
///
|
||||
/// Callers must handle fallback to a generic copy loop.
|
||||
/// `Fallback` may indicate non-zero number of bytes already written
|
||||
|
Loading…
Reference in New Issue
Block a user