Skip to content
Snippets Groups Projects
Commit e3737b85 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

formatfloat.c: Typo fix in comment.

parent a4022c92
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ int format_float(float f, char *buf, size_t buf_size, char fmt, int prec, char s
if (buf_size < 7) {
// Smallest exp notion is -9e+99 which is 6 chars plus terminating
// nulll.
// null.
if (buf_size >= 2) {
*s++ = '?';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment