]> git.wh0rd.org Git - nano.git/commitdiff
yet another comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 7 Apr 2006 03:57:23 +0000 (03:57 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 7 Apr 2006 03:57:23 +0000 (03:57 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3359 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/files.c

index 24bea8adf5488d636b0221f7b250fdd6afb9d152..0d2cec04e178cb78473afbbce80bb40c1b130d41 100644 (file)
@@ -1306,7 +1306,7 @@ int write_file(const char *name, FILE *f_open, bool tmp, append_type
        goto cleanup_and_exit;
     }
 
-    /* Save the state of file at the end of the symlink (if there is
+    /* Save the state of the file at the end of the symlink (if there is
      * one). */
     realexists = (stat(realname, &st) != -1);