Skip to content

Commit f38703b

Browse files
committed
fix typo
1 parent 1166d38 commit f38703b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/virtio/virtio_net.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ static void virtio_net_pkt_poll(virtio_set_t *ready_set)
277277
}
278278
}
279279

280-
/* Get the data from the next_avail (top-most) receive buffer/descriptpr in
280+
/* Get the data from the next_avail (top-most) receive buffer/descriptor in
281281
* the available ring. */
282282
static uint8_t *virtio_net_recv_pkt_get(struct virtio_net_desc *nd,
283283
size_t *size)

0 commit comments

Comments
 (0)