Skip to content

Commit 7647d03

Browse files
committed
Improve comment grammar
1 parent 028754a commit 7647d03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/std/src/sys/unix/kernel_copy.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -498,8 +498,8 @@ impl CopyResult {
498498
/// Thus -1 will never be overlap with a valid open file.
499499
const INVALID_FD: RawFd = -1;
500500

501-
/// linux-specific implementation that will attempt to use copy_file_range for copy offloading
502-
/// as the name says, it only works on regular files
501+
/// Linux-specific implementation that will attempt to use copy_file_range for copy offloading.
502+
/// As the name says, it only works on regular files.
503503
///
504504
/// Callers must handle fallback to a generic copy loop.
505505
/// `Fallback` may indicate non-zero number of bytes already written

0 commit comments

Comments
 (0)