commit 30ca7d5219c8757a8e2a62147bf84e9ae6039e1c
parent 6e1cd2d2f31a289e92d4bfa40f3ed05a4bef470f
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Thu, 11 Jan 2007 21:52:29 +0000
still more miscellaneous comment fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4030 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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)
{