Fix some typos (#762)

This commit is contained in:
Jonathan
2024-09-11 15:20:32 +02:00
committed by GitHub
parent 07d194ab05
commit 6f35559170
5 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -349,7 +349,7 @@ int bvlc6_send_pdu(
#if defined(BACDL_BIP6) && BBMD6_ENABLED
/**
* The send function for Broacast Distribution Table
* The send function for Broadcast Distribution Table
*
* @param addr - Points to a #BACNET_IP6_ADDRESS structure containing the
* source IPv6 address.
@@ -376,7 +376,7 @@ static void bbmd6_send_pdu_bdt(uint8_t *mtu, unsigned int mtu_len)
}
/**
* The send function for Broacast Distribution Table
* The send function for Broadcast Distribution Table
*
* @param addr - Points to a #BACNET_IP6_ADDRESS structure containing the
* source IPv6 address.
@@ -403,7 +403,7 @@ static void bbmd6_send_pdu_fdt(uint8_t *mtu, unsigned int mtu_len)
}
/**
* The Forward NPDU send function for Broacast Distribution Table
* The Forward NPDU send function for Broadcast Distribution Table
*
* @param addr - Points to a #BACNET_IP6_ADDRESS structure containing the
* source IPv6 address.