* io/write.c(output_float): Typo in error message.
authorSteven G. Kargl <kargls@comcast.net>
Mon, 21 Feb 2005 19:59:58 +0000 (19:59 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Mon, 21 Feb 2005 19:59:58 +0000 (19:59 +0000)
From-SVN: r95343

libgfortran/ChangeLog
libgfortran/io/write.c

index 4aa4077b441ba28b8025d2f78bd13d766623c0ab..de81b000ad934e159868401566c5536c2045b861 100644 (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
index 403b9afe322328f4ca678371b736d1d391236f08..19744d294c0a52c956caa6555f7661a500b5e2e9 100644 (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