RFR: 8285485: Fix typos in corelibs

Pavel Rappo prappo at openjdk.java.net
Wed Apr 27 16:54:52 UTC 2022


On Fri, 22 Apr 2022 15:08:51 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:

> I ran `codespell` on modules owned by core-libs, and accepted those changes where it indeed discovered real typos.
> 
> I will update copyright years using a script before pushing (otherwise like every second change would be a copyright update, making reviewing much harder).
> 
> The long term goal here is to make tooling support for running `codespell`. The trouble with automating this is of course all false positives. But before even trying to solve that issue, all true positives must be fixed. Hence this PR.

src/java.se/share/data/jdwp/jdwp.spec line 47:

> 45:         "Returns reference types for all the classes loaded by the target VM "
> 46:         "which match the given signature. "
> 47:         "Multiple reference types will be returned if two or more class "

This file's name scares me. The fact that there's no "serviceability" label on this PR adds to this feeling. I would ask around if I were you.

-------------

PR: https://git.openjdk.java.net/jdk/pull/8364


More information about the core-libs-dev mailing list