[docs] fix typos in comments (#2197)

This commit is contained in:
Abtin Keshavarzian
2017-09-15 10:43:56 -07:00
committed by Jonathan Hui
parent ba148cf5bf
commit 419dade175
4 changed files with 20 additions and 23 deletions
+3 -5
View File
@@ -36,10 +36,8 @@
#include <openthread/platform/debug_uart.h>
/*
* Implimentation note:
* These are all "weak" so that
* a platform may if it chooses
* override the instance.
* Implementation note:
* These are all "weak" so that a platform may if it chooses override the instance.
*/
OT_TOOL_WEAK
@@ -105,7 +103,7 @@ void otPlatDebugUart_putchar(int c)
}
/* provide WEAK stubs for platforms that do not impliment all functions */
/* provide WEAK stubs for platforms that do not implement all functions */
OT_TOOL_WEAK
void otPlatDebugUart_putchar_raw(int c)
{