Skip to content
Snippets Groups Projects
Commit e041cc5a authored by Paul Brook's avatar Paul Brook
Browse files

Comment typo.

From-SVN: r86660
parent c100eff1
No related branches found
No related tags found
No related merge requests found
...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment