On Thu, 21 Apr 2022 11:34:14 GMT, Magnus Ihse Bursie <[email protected]> wrote:
> `codespell` could just find a single typo in the files covered by the i18n
> alias. Just fixing the typo did not make the comment more readable, so I
> rewrote it slightly.
Marked as reviewed by alanb (Reviewer).
src/jdk.charsets/share/classes/sun/nio/cs/ext/IBM942C.java.template line 69:
> 67:
> 68: static {
> 69: // the mappings that need updating are
It probably meant to say "needing" but what you have is okay.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8335