git: 9b52af884c32 - stable/13 - virtio(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Jan 2024 06:52:57 UTC
The branch stable/13 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=9b52af884c322f8c3e904d19017d5fe83c761269 commit 9b52af884c322f8c3e904d19017d5fe83c761269 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-01-22 20:59:06 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-01-25 06:49:26 +0000 virtio(4): Fix a typo in a source code comment - s/recevied/received/ (cherry picked from commit 97a4045aaf36079f54ee05a8cb314b8a90f20af8) --- 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 0838950eec07..b22875713636 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. */