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