Commit 95b49c6f by Steven G. Kargl Committed by Steven G. Kargl

* io/write.c(output_float): Typo in error message.

From-SVN: r95343
parent 88312d26
2005-02-21 Steven G. Kargl <kargls@comcast.net>
* io/write.c (output_float): Typo in error meesage.
2005-02-20 Steven G. Kargl <kargls@comcast.net> 2005-02-20 Steven G. Kargl <kargls@comcast.net>
PR 20085 PR 20085
......
...@@ -297,7 +297,7 @@ output_float (fnode *f, double value, int len) ...@@ -297,7 +297,7 @@ output_float (fnode *f, double value, int len)
/* We should always know the field width and precision. */ /* We should always know the field width and precision. */
if (d < 0) if (d < 0)
internal_error ("Uspecified precision"); internal_error ("Unspecified precision");
/* Use sprintf to print the number in the format +D.DDDDe+ddd /* Use sprintf to print the number in the format +D.DDDDe+ddd
For an N digit exponent, this gives us (32-6)-N digits after the For an N digit exponent, this gives us (32-6)-N digits after the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment