From e041cc5aff0b073d811452811a5581d62149eb56 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Fri, 27 Aug 2004 14:37:13 +0000 Subject: [PATCH] Comment typo. From-SVN: r86660 --- libgfortran/io/rewind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2