Skip to content

Commit

Permalink
virtio(4): Fix a typo in a source code comment
Browse files Browse the repository at this point in the history
- s/recevied/received/

MFC after:	3 days
  • Loading branch information
gbergling committed Jan 22, 2024
1 parent d743711 commit 97a4045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/dev/virtio/network/virtio_net.h
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ struct virtio_net_ctrl_mac {
* Control link announce acknowledgement
*
* The command VIRTIO_NET_CTRL_ANNOUNCE_ACK is used to indicate that
* driver has recevied the notification; device would clear the
* driver has received the notification; device would clear the
* VIRTIO_NET_S_ANNOUNCE bit in the status field after it receives
* this command.
*/
Expand Down

0 comments on commit 97a4045

Please sign in to comment.