[docs] fixing typos in comments/docs (#3120)

This commit is contained in:
Abtin Keshavarzian
2018-10-05 00:56:55 -07:00
committed by Jonathan Hui
parent abe64591c7
commit 94ac42eec9
9 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ uint32_t utilsFlashGetSize(void);
*
* @retval OT_ERROR_NONE Erase flash operation is started.
* @retval OT_ERROR_FAILED Erase flash operation is not started.
* @retval OT_ERROR_INVALID_ARGS aAddress is out of range of flash or not aligend.
* @retval OT_ERROR_INVALID_ARGS aAddress is out of range of flash or not aligned.
*/
otError utilsFlashErasePage(uint32_t aAddress);