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

From-SVN: r95343
This commit is contained in:
Steven G. Kargl 2005-02-21 19:59:58 +00:00 committed by Steven G. Kargl
parent 88312d26a5
commit 95b49c6f9d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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>
PR 20085

View File

@ -297,7 +297,7 @@ output_float (fnode *f, double value, int len)
/* We should always know the field width and precision. */
if (d < 0)
internal_error ("Uspecified precision");
internal_error ("Unspecified precision");
/* 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