Fixed spelling error in comment
FossilOrigin-Name: 9ef08ec78d305334196f65e7e2a45d8ac104196e38c57554717cced614c0426a
This commit is contained in:
parent
ac4e36202e
commit
e96ccd6cb5
@ -31,7 +31,7 @@ void conn_q_add_packet(struct conn * conn,uint8_t *packet,int len)
|
|||||||
|
|
||||||
if (conn->qrpos==qwpos){
|
if (conn->qrpos==qwpos){
|
||||||
/* no buffers, discard packet */
|
/* no buffers, discard packet */
|
||||||
cw_log_debug0( "Discarding packet, no queu buffers left");
|
cw_log_debug0( "Discarding packet, no queue buffers left");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user