Date: Thu, 25 Jan 2024 06:48:17 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 79934439c1d8 - stable/14 - virtio(4): Fix a typo in a source code comment Message-ID: <202401250648.40P6mH9o016608@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=79934439c1d8cd67e17fa6f1ed50acc974ba293b commit 79934439c1d8cd67e17fa6f1ed50acc974ba293b 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:43:30 +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 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. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401250648.40P6mH9o016608>