netty / netty-incubator-transport-io_uring

Apache License 2.0
193 stars 38 forks source link

Fix javadoc typo #238

Closed AlexProgrammerDE closed 8 months ago

AlexProgrammerDE commented 8 months ago

The method is checking the io_uring availability, not the epoll availability. This likely happened because the method got copy-pasted from the Epoll class.

normanmaurer commented 8 months ago

Thanks