From 30ca7d5219c8757a8e2a62147bf84e9ae6039e1c Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 11 Jan 2007 21:52:29 +0000 Subject: [PATCH] still more miscellaneous comment fixes git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4030 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/files.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.39.5