diff --git a/libs/libc/queue/sq_remafter.c b/libs/libc/queue/sq_remafter.c index 9fe9267667..c019bd6c5e 100644 --- a/libs/libc/queue/sq_remafter.c +++ b/libs/libc/queue/sq_remafter.c @@ -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. * ****************************************************************************/ diff --git a/libs/libc/stdio/legacy_dtoa.c b/libs/libc/stdio/legacy_dtoa.c index 60b203a380..07ad1c2562 100644 --- a/libs/libc/stdio/legacy_dtoa.c +++ b/libs/libc/stdio/legacy_dtoa.c @@ -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