Skip to content

Commit

Permalink
8285370: Fix typo in jdk.charsets
Browse files Browse the repository at this point in the history
Reviewed-by: alanb, naoto
  • Loading branch information
magicus committed Apr 22, 2022
1 parent d8025c9 commit 4e252cf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4e252cf

Please sign in to comment.