Fix typos in comments (#1688)

This commit is contained in:
Abtin Keshavarzian
2017-05-01 14:46:30 -07:00
committed by Jonathan Hui
parent 86157e9930
commit 41b82d3a89
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ void TestMessageQueueOtApis(void)
otInstanceBuffer = (uint8_t *)malloc(otInstanceBufferLength);
assert(otInstanceBuffer);
// Initialize Openthread with the buffer
// Initialize OpenThread with the buffer
instance = otInstanceInit(otInstanceBuffer, &otInstanceBufferLength);
#else
instance = otInstanceInit();