git: 97a4045aaf36 - main - virtio(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 21:04:09 UTC
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=97a4045aaf36079f54ee05a8cb314b8a90f20af8 commit 97a4045aaf36079f54ee05a8cb314b8a90f20af8 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-01-22 20:59:06 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-01-22 20:59:06 +0000 virtio(4): Fix a typo in a source code comment - s/recevied/received/ MFC after: 3 days --- sys/dev/virtio/network/virtio_net.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/virtio/network/virtio_net.h b/sys/dev/virtio/network/virtio_net.h index 4dfa4d3341f0..4b728f7af21a 100644 --- a/sys/dev/virtio/network/virtio_net.h +++ b/sys/dev/virtio/network/virtio_net.h @@ -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. */