libs/libc: fix typos in comments
Signed-off-by: Juha Niskanen <juha.niskanen@haltian.com>
This commit is contained in:
parent
93991670af
commit
eaa75b11f8
|
@ -47,8 +47,8 @@
|
||||||
* Name: sq_remafter
|
* Name: sq_remafter
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
* sq_remafter removes the entry following 'node' from the'queue' Returns
|
* sq_remafter removes the entry following 'node' from the 'queue'.
|
||||||
* a reference to the removed entry.
|
* Returns a reference to the removed entry.
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
|
|
@ -129,7 +129,7 @@ typedef struct bigint_s bigint_t;
|
||||||
* Private Data
|
* 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:
|
* Options:
|
||||||
*
|
*
|
||||||
* 1. Allocate on stack. g_freelist is rather large, however.. around 275
|
* 1. Allocate on stack. g_freelist is rather large, however.. around 275
|
||||||
|
|
Loading…
Reference in New Issue