Change comments (fix typos) (#1343)

This commit is contained in:
Abtin Keshavarzian
2017-02-19 23:33:13 -08:00
committed by Jonathan Hui
parent d5f1287ead
commit 61c277ccac
8 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ OTAPI ThreadError OTCALL otSendMgmtCommissionerSet(otInstance *, const otCommiss
const uint8_t *aTlvs, uint8_t aLength);
/**
* This function returns the origian Commissioner Session ID.
* This function returns the Commissioner Session ID.
*
* @param[in] aInstance A pointer to an OpenThread instance.
*
+1 -1
View File
@@ -327,7 +327,7 @@ otMessage otCoapNewMessage(otInstance *aInstance, const otCoapHeader *aHeader);
/**
* This function sends a CoAP request.
*
* If a response for a request is expected, respective function and contex information should be provided.
* If a response for a request is expected, respective function and context information should be provided.
* If no response is expected, these arguments should be NULL pointers.
*
* @param[in] aInstance A pointer to an OpenThread instance.
+1 -1
View File
@@ -270,7 +270,7 @@ typedef struct otSecurityPolicy
} otSecurityPolicy;
/**
* This enumeration represents flags that indicate security related behaviours within OpenThread.
* This enumeration defines the Security Policy TLV flags.
*
*/
enum