--- old/src/java.base/share/classes/sun/nio/ch/AsynchronousChannelGroupImpl.java 2018-02-07 11:23:27.000000000 +0000 +++ new/src/java.base/share/classes/sun/nio/ch/AsynchronousChannelGroupImpl.java 2018-02-07 11:23:27.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2008, 2018, 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 @@ -61,7 +61,7 @@ private ScheduledThreadPoolExecutor timeoutExecutor; // task queue for when using a fixed thread pool. In that case, thread - // waiting on I/O events must be awokon to poll tasks from this queue. + // waiting on I/O events must be awoken to poll tasks from this queue. private final Queue taskQueue; // group shutdown