]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 31 May 2005 03:36:15 +0000 (03:36 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 31 May 2005 03:36:15 +0000 (03:36 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2569 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/files.c

index aae0b488f4f7b4c4f538cebcdc89cbec6bb4ad23..118f33dd1e03ae5ef4ffc7ea5689822b952d5601 100644 (file)
@@ -1575,7 +1575,7 @@ int write_file(const char *name, bool tmp, int append, bool
     /* Set the umask back to the user's original value. */
     umask(original_umask);
 
-    /* First, just give up if we couldn't even open the file. */
+    /* If we couldn't open the file, give up. */
     if (fd == -1) {
        statusbar(_("Error writing %s: %s"), realname, strerror(errno));