summaryrefslogtreecommitdiffstats
path: root/libgfortran/io/write.c
diff options
context:
space:
mode:
authorkargl <kargl@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-21 19:59:58 +0000
committerkargl <kargl@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-21 19:59:58 +0000
commit5b7bf9b959297dbd4e335edd8e9446cc46c762cd (patch)
tree28fd05a14b8fe0529470d36c282a4003b6d8d595 /libgfortran/io/write.c
parent251102fec8348b733b9f8e0b2b3e54f9b8a19f7c (diff)
downloadppe42-gcc-5b7bf9b959297dbd4e335edd8e9446cc46c762cd.tar.gz
ppe42-gcc-5b7bf9b959297dbd4e335edd8e9446cc46c762cd.zip
* io/write.c(output_float): Typo in error message.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95343 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/io/write.c')
-rw-r--r--libgfortran/io/write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/io/write.c b/libgfortran/io/write.c
index 403b9afe322..19744d294c0 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
OpenPOWER on IntegriCloud