libgm2/ChangeLog:
* libm2pim/Selective.c: Use initialize spelling.
* libm2pim/dtoa.c: Corrected comment formatting.
Signed-off-by: Gaius Mulley <gaius.mulley@southwales.ac.uk>
* libm2pim/termios.c: Reformatted comments.
* libm2pim/wrapc.c: Reformatted comments.
* libm2pim/termios.c: Reformatted comments within enum.
+ * libm2pim/Selective.c: Correct spelling.
+ * libm2pim/termios.c: Use GNU comment formatting.
2022-05-17 Gaius Mulley <gaius.mulley@southwales.ac.uk>
}
#endif
-/* InitTime initialises a timeval structure and returns a pointer to it. */
+/* InitTime initializes a timeval structure and returns a pointer to it. */
#if defined(HAVE_STRUCT_TIMEVAL)
struct timeval *
{
case maxsignicant:
- ndigits += 20; /* enough for exponent */
+ ndigits += 20; /* Enough for exponent. */
p = malloc (ndigits);
snprintf (format, 50, "%s%d%s", "%.", ndigits - 20, "E");
snprintf (p, ndigits, format, d);