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