commit | e3737b858a5422be22b5c8d6141e83ab3ec358d4 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Thu Jul 17 17:48:35 2014 +0300 |
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Thu Jul 17 20:45:58 2014 +0300 |
tree | 2097e1726546680388b5042f392d42ca0acbbcf3 | |
parent | a4022c92f037e38822f4652ee142670193bafcf4 [diff] [blame] |
formatfloat.c: Typo fix in comment.
diff --git a/py/formatfloat.c b/py/formatfloat.c index caecb0f..d1b12cd 100644 --- a/py/formatfloat.c +++ b/py/formatfloat.c
@@ -75,7 +75,7 @@ if (buf_size < 7) { // Smallest exp notion is -9e+99 which is 6 chars plus terminating - // nulll. + // null. if (buf_size >= 2) { *s++ = '?';