aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorSteven G. Kargl <kargls@comcast.net>2005-02-21 19:59:58 +0000
committerSteven G. Kargl <kargl@gcc.gnu.org>2005-02-21 19:59:58 +0000
commit95b49c6f9d7e0ad2e80ba67ce2ca04b6a4c2648b (patch)
tree28fd05a14b8fe0529470d36c282a4003b6d8d595 /libgfortran
parent88312d26a5b32bf7ae7d593d8c12517623106c6f (diff)
downloadgcc-95b49c6f9d7e0ad2e80ba67ce2ca04b6a4c2648b.zip
gcc-95b49c6f9d7e0ad2e80ba67ce2ca04b6a4c2648b.tar.gz
gcc-95b49c6f9d7e0ad2e80ba67ce2ca04b6a4c2648b.tar.bz2
* io/write.c(output_float): Typo in error message.
From-SVN: r95343
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/ChangeLog4
-rw-r--r--libgfortran/io/write.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 4aa4077..de81b00 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -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
diff --git a/libgfortran/io/write.c b/libgfortran/io/write.c
index 403b9af..19744d2 100644
--- a/libgfortran/io/write.c
+++ b/libgfortran/io/write.c
@@ -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