still more miscellaneous comment fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4030 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2007-01-11 21:52:29 +00:00
parent 6e1cd2d2f3
commit 30ca7d5219
1 changed files with 2 additions and 2 deletions

View File

@ -1696,8 +1696,8 @@ bool write_file(const char *name, FILE *f_open, bool tmp, append_type
}
#ifndef NANO_TINY
/* Write a marked selection from a file out. Return TRUE on success or
* FALSE on error. */
/* Write a marked selection from a file out to disk. Return TRUE on
* success or FALSE on error. */
bool write_marked_file(const char *name, FILE *f_open, bool tmp,
append_type append)
{