aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <pbrook@gcc.gnu.org>2004-08-27 14:37:13 +0000
committerPaul Brook <pbrook@gcc.gnu.org>2004-08-27 14:37:13 +0000
commite041cc5aff0b073d811452811a5581d62149eb56 (patch)
tree9fee226c83d7b7a8b02f6423eef6b7413342bfcc
parentc100eff11e8b829171a4d63dac7571d3aa38f7e6 (diff)
downloadgcc-e041cc5aff0b073d811452811a5581d62149eb56.zip
gcc-e041cc5aff0b073d811452811a5581d62149eb56.tar.gz
gcc-e041cc5aff0b073d811452811a5581d62149eb56.tar.bz2
Comment typo.
From-SVN: r86660
-rw-r--r--libgfortran/io/rewind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/io/rewind.c b/libgfortran/io/rewind.c
index 7be2328..b6363dc 100644
--- a/libgfortran/io/rewind.c
+++ b/libgfortran/io/rewind.c
@@ -41,7 +41,7 @@ st_rewind (void)
else
{
/* If we have been writing to the file, the last written record
- is the last record in the file, so trincate the file now.
+ is the last record in the file, so truncate the file now.
Reset to read mode so two consecutive rewind statements
don't delete the file contents. */
if (u->mode==WRITING)