From: David Lawrence Ramsey Date: Thu, 11 Jan 2007 21:52:29 +0000 (+0000) Subject: still more miscellaneous comment fixes X-Git-Tag: v2.0.3~24 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=30ca7d5219c8757a8e2a62147bf84e9ae6039e1c;p=nano.git still more miscellaneous comment fixes git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4030 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/files.c b/src/files.c index c0d3d4d9..d5ac344e 100644 --- a/src/files.c +++ b/src/files.c @@ -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) {