Unverified Commit 57b94eac authored by Binbin's avatar Binbin Committed by GitHub
Browse files

Typo: Change port_get to port_getn in aeApiPoll panic message. (#8920)

parent 6b475989
......@@ -291,7 +291,7 @@ static int aeApiPoll(aeEventLoop *eventLoop, struct timeval *tvp) {
return 0;
/* Any other error indicates a bug. */
panic("aeApiPoll: port_get, %s", strerror(errno));
panic("aeApiPoll: port_getn, %s", strerror(errno));
}
state->npending = nevents;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment