virtio(4): Fix a typo in a source code comment

- s/recevied/received/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2024-01-22 21:59:06 +01:00
parent d743711016
commit 97a4045aaf

View file

@ -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.
*/