Yuri Chornoivan contributed some typo fixes
[pspp] / src / language / tests / float-format.c
index e1d91168b0cac391f788fd87d09738355c1a0cd5..48a49116f2a529caa951433478d9abf5dd321609 100644 (file)
@@ -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)