mirror of
https://github.com/espressif/openthread.git
synced 2026-08-02 09:07:47 +00:00
Fix typos in comments (#1688)
This commit is contained in:
committed by
Jonathan Hui
parent
86157e9930
commit
41b82d3a89
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user