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 09:06:28 -06:00
committed by Xiang Xiao
parent 93991670af
commit eaa75b11f8
2 changed files with 3 additions and 3 deletions
+2 -2
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.
*
****************************************************************************/
+1 -1
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