X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Ftests%2Ffloat-format.c;h=48a49116f2a529caa951433478d9abf5dd321609;hb=15d30a4c251fe810f3697bd287afdc8b1699487d;hp=e1d91168b0cac391f788fd87d09738355c1a0cd5;hpb=1ddcc5a5097c522c8609abd5037e27dfaffb4264;p=pspp diff --git a/src/language/tests/float-format.c b/src/language/tests/float-format.c index e1d91168b0..48a49116f2 100644 --- a/src/language/tests/float-format.c +++ b/src/language/tests/float-format.c @@ -194,7 +194,7 @@ parse_fp (struct lexer *lexer, struct fp *fp) /* Renders SRC, which contains SRC_SIZE bytes of a floating-point number in the given FORMAT, as relatively human-readable null-terminated string in the DST_SIZE bytes in DST. DST_SIZE - must be be large enough to hold the output. */ + must be large enough to hold the output. */ static void make_printable (enum float_format format, const void *src_, size_t src_size, char *dst, size_t dst_size)