projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c100eff
)
Comment typo.
author
Paul Brook
<pbrook@gcc.gnu.org>
Fri, 27 Aug 2004 14:37:13 +0000
(14:37 +0000)
committer
Paul Brook
<pbrook@gcc.gnu.org>
Fri, 27 Aug 2004 14:37:13 +0000
(14:37 +0000)
From-SVN: r86660
libgfortran/io/rewind.c
patch
|
blob
|
history
diff --git
a/libgfortran/io/rewind.c
b/libgfortran/io/rewind.c
index 7be2328037cf72534e3997e9f6109692b35288af..b6363dcca2a8caf1a3ad1c968be44e18524c925f 100644
(file)
--- 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 tr
i
ncate the file now.
+ is the last record in the file, so tr
u
ncate the file now.
Reset to read mode so two consecutive rewind statements
don't delete the file contents. */
if (u->mode==WRITING)