src/java.base/share/classes/sun/nio/ch/Net.java
branchniosocketimpl-branch
changeset 57114 e613cc3bc9d4
parent 57110 b848ca1ef778
child 57268 adcdd45830a0
--- a/src/java.base/share/classes/sun/nio/ch/Net.java	Fri Jan 25 11:33:52 2019 +0000
+++ b/src/java.base/share/classes/sun/nio/ch/Net.java	Fri Jan 25 13:50:44 2019 +0000
@@ -549,7 +549,7 @@
     public static native int pollConnect(FileDescriptor fd, long timeout)
         throws IOException;
 
-    static int polConnectlNow(FileDescriptor fd) throws IOException {
+    static int pollConnectNow(FileDescriptor fd) throws IOException {
         return pollConnect(fd, 0);
     }