Skip to content

Commit f2c9333

Browse files
Update src/AsyncTCP.cpp
Co-authored-by: Copilot <[email protected]>
1 parent 4560e9f commit f2c9333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AsyncTCP.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ static inline lwip_tcp_event_packet_t *_get_async_event() {
233233
next_pkt = _async_queue.begin()) {
234234
// if the next event that will come is a poll event for the same connection, we can discard it and continue
235235
_free_event(_async_queue.pop_front());
236-
async_tcp_log_d("coalescing polls, network congestion or async callbacks might be too slow!");
236+
async_tcp_log_d("merging polls, network congestion or async callbacks might be too slow!");
237237
}
238238

239239
/*

0 commit comments

Comments
 (0)