Fix some typos (#762)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -96,7 +96,7 @@ typedef bool (*object_cov_function)(uint32_t object_instance);
|
||||
*/
|
||||
typedef void (*object_cov_clear_function)(uint32_t object_instance);
|
||||
|
||||
/** Intrinsic Reporting funcionality.
|
||||
/** Intrinsic Reporting functionality.
|
||||
* @ingroup ObjHelpers
|
||||
* @param [in] Object instance.
|
||||
*/
|
||||
|
||||
@@ -159,7 +159,7 @@ static bool FindIndex(OS_Keylist list, KEY key, int *pIndex)
|
||||
* @param list Pointer to the list
|
||||
* @param key Key to be inserted
|
||||
* @param data Pointer to the data hold by the key.
|
||||
* This pointer needs to be poiting to static memory
|
||||
* This pointer needs to be pointing to static memory
|
||||
* as it will be stored in the list and later used
|
||||
* by retrieving the key again.
|
||||
* @return Index of the key, or -1 if not found.
|
||||
|
||||
Reference in New Issue
Block a user