aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorJanne Blomqvist <jb@gcc.gnu.org>2011-04-29 19:06:48 +0300
committerJanne Blomqvist <jb@gcc.gnu.org>2011-04-29 19:06:48 +0300
commit848eab5c43de5cc6f60263a1ba76d740fbeb5318 (patch)
treefa025703bf9acfdbc28cffb1e6d960b15333490d /libgfortran
parentef6d0b67604409719db019043ef06676e28692ca (diff)
downloadgcc-848eab5c43de5cc6f60263a1ba76d740fbeb5318.zip
gcc-848eab5c43de5cc6f60263a1ba76d740fbeb5318.tar.gz
gcc-848eab5c43de5cc6f60263a1ba76d740fbeb5318.tar.bz2
PR 48488 Typo
From-SVN: r173171
Diffstat (limited to 'libgfortran')
-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 bfc2463..95eec84 100644
--- a/libgfortran/io/write.c
+++ b/libgfortran/io/write.c
@@ -1458,7 +1458,7 @@ set_fnode_default (st_parameter_dt *dtp, fnode *f, int length)
}
/* Output a real number with default format. To guarantee that a
- binary -> decimal -> binary rountrip conversion recovers the
+ binary -> decimal -> binary roundtrip conversion recovers the
original value, IEEE 754-2008 requires 9, 17, 21 and 36 significant
digits for REAL kinds 4, 8, 10, and 16, respectively. Thus, we use
1PG16.9E2 for REAL(4), 1PG25.17E3 for REAL(8), 1PG30.21E4 for