git: 4a66b63e9dc4 - stable/13 - net: Fix two typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jan 2024 06:48:13 UTC
The branch stable/13 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=4a66b63e9dc4e874a9a452b3e66d188be6db4f51 commit 4a66b63e9dc4e874a9a452b3e66d188be6db4f51 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-01-20 16:28:12 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-01-23 06:47:32 +0000 net: Fix two typos in source code comments - s/strucutres/structures/ (cherry picked from commit a2fcd3af5c8ad43e8d2c7b89f7bbe3edf2f22e2a) --- sys/net/if.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/net/if.h b/sys/net/if.h index 6916eb6e816f..c4fdf02c874e 100644 --- a/sys/net/if.h +++ b/sys/net/if.h @@ -286,7 +286,7 @@ struct if_msghdr { * extensible after ifm_data_off or within ifm_data. Both the if_msghdr and * if_data now have a member field detailing the struct length in addition to * the routing message length. Macros are provided to find the start of - * ifm_data and the start of the socket address strucutres immediately following + * ifm_data and the start of the socket address structures immediately following * struct if_msghdrl given a pointer to struct if_msghdrl. */ #define IF_MSGHDRL_IFM_DATA(_l) \ @@ -328,7 +328,7 @@ struct ifa_msghdr { * extensible after ifam_metric or within ifam_data. Both the ifa_msghdrl and * if_data now have a member field detailing the struct length in addition to * the routing message length. Macros are provided to find the start of - * ifm_data and the start of the socket address strucutres immediately following + * ifm_data and the start of the socket address structures immediately following * struct ifa_msghdrl given a pointer to struct ifa_msghdrl. */ #define IFA_MSGHDRL_IFAM_DATA(_l) \