mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 02:08:09 +00:00
refactor/cp ~ polish spelling (comments, names, and exceptions)
This commit is contained in:
parent
fc5451b5e7
commit
1b1086146b
1 changed files with 1 additions and 1 deletions
|
@ -1335,7 +1335,7 @@ fn copy_on_write_macos(source: &Path, dest: &Path, mode: ReflinkMode) -> CopyRes
|
|||
}
|
||||
|
||||
if raw_pfn.is_null() || error != 0 {
|
||||
// clonefile(2) is not supported or it error'ed out (possibly because the FS does not
|
||||
// clonefile(2) is either not supported or it errored out (possibly because the FS does not
|
||||
// support COW).
|
||||
match mode {
|
||||
ReflinkMode::Always => {
|
||||
|
|
Loading…
Reference in a new issue