net: Fix two typos in source code comments

- s/strucutres/structures/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2024-01-20 17:28:12 +01:00
parent b2ec175fca
commit a2fcd3af5c

View file

@ -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) \