* io/write.c(output_float): Typo in error message.
authorkargl <kargl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Feb 2005 19:59:58 +0000 (19:59 +0000)
committerkargl <kargl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Feb 2005 19:59:58 +0000 (19:59 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95343 138bc75d-0d04-0410-961f-82ee72b054a4

libgfortran/ChangeLog
libgfortran/io/write.c

index 4aa4077..de81b00 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 403b9af..19744d2 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