]> git.wh0rd.org Git - nano.git/commitdiff
still more miscellaneous comment fixes
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 11 Jan 2007 21:52:29 +0000 (21:52 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 11 Jan 2007 21:52:29 +0000 (21:52 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4030 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/files.c

index c0d3d4d9ecf3e3672c945257122923d915693473..d5ac344e22411aec25bcfe8218087f6462ce11b1 100644 (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)
 {