8285370: Fix typo in jdk.charsets
Reviewed-by: alanb, naoto
This commit is contained in:
parent
d8025c95cd
commit
4e252cf3c4
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2003, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2003, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -66,7 +66,7 @@ public class IBM942C extends Charset implements HistoricallyNamedCharset
|
||||
static final char[] c2bIndex;
|
||||
|
||||
static {
|
||||
// the mappings need udpate are
|
||||
// the mappings that need updating are
|
||||
// u+001a <-> 0x1a
|
||||
// u+001c <-> 0x1c
|
||||
// u+005c <-> 0x5c
|
||||
|
Loading…
x
Reference in New Issue
Block a user