git: 3e8d8297473d - main - net: Fix typo (triple S)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Dec 2023 03:26:23 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=3e8d8297473d3a7b51b40d83aab2c80ebf08b6d2 commit 3e8d8297473d3a7b51b40d83aab2c80ebf08b6d2 Author: Jose Luis Duran <jlduran@gmail.com> AuthorDate: 2023-12-28 03:17:17 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2023-12-28 03:24:32 +0000 net: Fix typo (triple S) Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/955 --- sys/net/rndis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/net/rndis.h b/sys/net/rndis.h index 4f8056e355a6..ba4bd85241b0 100644 --- a/sys/net/rndis.h +++ b/sys/net/rndis.h @@ -339,7 +339,7 @@ struct rndis_diag_info { uint32_t rm_erroffset; }; -/* Keepalive messsage. May be sent by device. */ +/* Keepalive message. May be sent by device. */ #define REMOTE_NDIS_KEEPALIVE_MSG 0x00000008 #define REMOTE_NDIS_KEEPALIVE_CMPLT 0x80000008