Improve comment grammar

This commit is contained in:
The8472 2020-12-09 21:12:39 +01:00
parent 028754a2f7
commit 7647d03c33

View File

@ -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