RFR: 8264744: (fs) Use file cloning in Linux and macOS versions of FileChannel transfer and Files copy methods [v4]
Brian Burkhalter
bpb at openjdk.org
Wed Aug 3 15:22:03 UTC 2022
On Wed, 3 Aug 2022 15:14:14 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> src/java.base/aix/classes/sun/nio/fs/CloneFile.java line 46:
>>
>>> 44: *
>>> 45: * @param src the path of the source file
>>> 46: * @param dst the path of the desintation file (clone)
>>
>> typo `desintation`. It seems it was copied in all CloneFile.java files.
>
>> typo `desintation`. It seems it was copied in all CloneFile.java files.
>
> Thanks, I think I need a spell checker.
Fixed in 9810352d8ba77fd0de56ac24540c3714400a455e.
-------------
PR: https://git.openjdk.org/jdk/pull/9486
More information about the nio-dev
mailing list