Skip to content

Commit e3737b8

Browse files
committed
formatfloat.c: Typo fix in comment.
1 parent a4022c9 commit e3737b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/formatfloat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ int format_float(float f, char *buf, size_t buf_size, char fmt, int prec, char s
7575

7676
if (buf_size < 7) {
7777
// Smallest exp notion is -9e+99 which is 6 chars plus terminating
78-
// nulll.
78+
// null.
7979

8080
if (buf_size >= 2) {
8181
*s++ = '?';

0 commit comments

Comments
 (0)