Fix typos (in comments) and alignments (#1105)

This commit is contained in:
Abtin Keshavarzian
2017-01-03 13:04:48 -08:00
committed by Jonathan Hui
parent a88bf4cef5
commit 2bce9557e6
5 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -949,7 +949,7 @@ OTAPI ThreadError OTCALL otGetPendingDataset(otInstance *aInstance, otOperationa
* @param[in] aDataset A pointer to the Pending Operational Dataset.
*
* @retval kThreadError_None Successfully set the Pending Operational Dataset.
* @retval kThreadError_NoBufs Insufficient buffer space to set the Pending Operational Datset.
* @retval kThreadError_NoBufs Insufficient buffer space to set the Pending Operational Dataset.
* @retval kThreadError_InvalidArgs @p aDataset was NULL.
*
*/