Commit e041cc5a by Paul Brook

Comment typo.

From-SVN: r86660
parent c100eff1
...@@ -41,7 +41,7 @@ st_rewind (void) ...@@ -41,7 +41,7 @@ st_rewind (void)
else else
{ {
/* If we have been writing to the file, the last written record /* 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 Reset to read mode so two consecutive rewind statements
don't delete the file contents. */ don't delete the file contents. */
if (u->mode==WRITING) if (u->mode==WRITING)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment