--- old/src/java.base/macosx/classes/sun/nio/ch/KQueuePort.java 2018-02-07 11:23:23.000000000 +0000 +++ new/src/java.base/macosx/classes/sun/nio/ch/KQueuePort.java 2018-02-07 11:23:23.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 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 @@ -184,7 +184,7 @@ * Task to process events from kqueue and dispatch to the channel's * onEvent handler. * - * Events are retreived from kqueue in batch and offered to a BlockingQueue + * Events are retrieved from kqueue in batch and offered to a BlockingQueue * where they are consumed by handler threads. A special "NEED_TO_POLL" * event is used to signal one consumer to re-poll when all events have * been consumed.