From a2fcd3af5c8ad43e8d2c7b89f7bbe3edf2f22e2a Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 20 Jan 2024 17:28:12 +0100 Subject: [PATCH] net: Fix two typos in source code comments - s/strucutres/structures/ MFC after: 3 days --- 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 64b115a17fbb..cbd69b4912ed 100644 --- a/sys/net/if.h +++ b/sys/net/if.h @@ -336,7 +336,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) \ @@ -378,7 +378,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) \ -- 2.41.0