Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2024 06:52:57 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: 9b52af884c32 - stable/13 - virtio(4): Fix a typo in a source code comment
Message-ID:  <202401250652.40P6qvdi034046@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401250652.40P6qvdi034046>