8315318: Typo in comment on sun.nio.ch.Net.unblock4

Reviewed-by: mbaesken, vtewari
This commit is contained in:
shiker 2023-08-31 08:28:11 +00:00 committed by Alan Bateman
parent 47aa6f3a65
commit 39f181337b

@ -730,7 +730,7 @@ public class Net {
}
/**
* Unblock IPv6 source
* Unblock IPv4 source
*/
static void unblock4(FileDescriptor fd, int group, int interf, int source)
throws IOException