]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 5 Apr 2006 15:05:05 +0000 (15:05 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 5 Apr 2006 15:05:05 +0000 (15:05 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3350 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/files.c

index 0caf5f18a63c38b510174f8c062d45d8e730336e..4c234d823c826151f92cdd3582bd44b606c256ec 100644 (file)
@@ -1409,7 +1409,7 @@ int write_file(const char *name, FILE *f_open, bool tmp, append_type
        /* Copy the file. */
        copy_status = copy_file(f, backup_file);
 
-       /* And set metadata. */
+       /* And set its metadata. */
        if (copy_status != 0 || chown(backupname,
                openfile->current_stat->st_uid,
                openfile->current_stat->st_gid) == -1 ||