--- old/src/java.base/share/classes/sun/nio/ch/DatagramSocketAdaptor.java 2018-02-07 11:23:31.000000000 +0000 +++ new/src/java.base/share/classes/sun/nio/ch/DatagramSocketAdaptor.java 2018-02-07 11:23:30.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2001, 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 @@ -51,7 +51,7 @@ // ## super will create a useless impl private DatagramSocketAdaptor(DatagramChannelImpl dc) throws IOException { // Invoke the DatagramSocketAdaptor(SocketAddress) constructor, - // passing a dummy DatagramSocketImpl object to aovid any native + // passing a dummy DatagramSocketImpl object to avoid any native // resource allocation in super class and invoking our bind method // before the dc field is initialized. super(dummyDatagramSocket);