--- old/src/java.base/linux/classes/sun/nio/ch/EPollPort.java 2018-02-07 11:23:19.000000000 +0000 +++ new/src/java.base/linux/classes/sun/nio/ch/EPollPort.java 2018-02-07 11:23:18.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2013, 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 @@ -182,7 +182,7 @@ * Task to process events from epoll and dispatch to the channel's * onEvent handler. * - * Events are retreived from epoll in batch and offered to a BlockingQueue + * Events are retrieved from epoll 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.