Comment typo.

From-SVN: r86660
This commit is contained in:
Paul Brook 2004-08-27 14:37:13 +00:00
parent c100eff11e
commit e041cc5aff

View File

@ -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)