summaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-27 14:37:13 +0000
committerpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-27 14:37:13 +0000
commite2353ca6aa03ff5a43729b41d67aa1e57b892f55 (patch)
tree9fee226c83d7b7a8b02f6423eef6b7413342bfcc /libgfortran
parent1907a015e258b7ab728ef9f9b87ed426b9c50c38 (diff)
downloadgcc-e2353ca6aa03ff5a43729b41d67aa1e57b892f55.tar.gz
Comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86660 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran')
-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 7be2328037c..b6363dcca2a 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)