git: bad1f5985710 - stable/14 - net: Fix two typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jan 2024 06:43:58 UTC
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=bad1f59857105910e99637832c258c8b092fd868 commit bad1f59857105910e99637832c258c8b092fd868 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:41:03 +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 4d5f4789599f..4c3cfd06ca03 100644 --- a/sys/net/if.h +++ b/sys/net/if.h @@ -338,7 +338,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) \ @@ -380,7 +380,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) \