summaryrefslogtreecommitdiff
path: root/libgfortran/io/write.c
diff options
context:
space:
mode:
authorjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2011-04-29 16:06:48 +0000
committerjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2011-04-29 16:06:48 +0000
commit64275d411e48a3dd1b4e12c506f96045089304df (patch)
treefa025703bf9acfdbc28cffb1e6d960b15333490d /libgfortran/io/write.c
parentdd3b517670170d694bb35ef1a5fb843e4361fa93 (diff)
PR 48488 Typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@173171 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 bfc24633e7a8..95eec84edcb8 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