mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 00:23:39 +08:00
Fixed some typo's in the comments.
This commit is contained in:
@@ -140,7 +140,7 @@ low_level_input(struct ethernetif *ethernetif)
|
||||
packet into the pbuf. */
|
||||
for(q = p; q != NULL; q = q->next) {
|
||||
/* Read enough bytes to fill this pbuf in the chain. The
|
||||
avaliable data in the pbuf is given by the q->len
|
||||
available data in the pbuf is given by the q->len
|
||||
variable. */
|
||||
read data into(q->payload, q->len);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user