libs/libc: fix typos in comments

Signed-off-by: Juha Niskanen <juha.niskanen@haltian.com>
This commit is contained in:
Juha Niskanen 2020-12-13 15:52:32 +02:00 committed by Xiang Xiao
parent 93991670af
commit eaa75b11f8
2 changed files with 3 additions and 3 deletions

View File

@ -47,8 +47,8 @@
* Name: sq_remafter
*
* Description:
* sq_remafter removes the entry following 'node' from the'queue' Returns
* a reference to the removed entry.
* sq_remafter removes the entry following 'node' from the 'queue'.
* Returns a reference to the removed entry.
*
****************************************************************************/

View File

@ -129,7 +129,7 @@ typedef struct bigint_s bigint_t;
* Private Data
****************************************************************************/
/* REVISIT: __dtoa is not thread safe due to thse two global variables.
/* REVISIT: __dtoa is not thread safe due to these two global variables.
* Options:
*
* 1. Allocate on stack. g_freelist is rather large, however.. around 275