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
@@ -121,7 +121,7 @@ void TestFuzz(uint32_t aSeconds)
VerifyOrQuit(otInstanceBuffer != NULL, "Failed to allocate otInstance");
memset(otInstanceBuffer, 0, otInstanceBufferLength);
// Initialize Openthread with the buffer
// Initialize OpenThread with the buffer
aInstance = otInstanceInit(otInstanceBuffer, &otInstanceBufferLength);
#else
aInstance = otInstanceInit();