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
@@ -76,7 +76,7 @@ int main(int argc, char *argv[])
otInstanceBuffer = (uint8_t *)malloc(otInstanceBufferLength);
assert(otInstanceBuffer);
// Initialize Openthread with the buffer
// Initialize OpenThread with the buffer
sInstance = otInstanceInit(otInstanceBuffer, &otInstanceBufferLength);
#else
sInstance = otInstanceInit();
+1 -1
View File
@@ -76,7 +76,7 @@ int main(int argc, char *argv[])
otInstanceBuffer = (uint8_t *)malloc(otInstanceBufferLength);
assert(otInstanceBuffer);
// Initialize Openthread with the buffer
// Initialize OpenThread with the buffer
sInstance = otInstanceInit(otInstanceBuffer, &otInstanceBufferLength);
#else
sInstance = otInstanceInit();