]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 11 Nov 2005 05:21:38 +0000 (05:21 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 11 Nov 2005 05:21:38 +0000 (05:21 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3162 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/files.c

index a7885dfa3f33ab20ce9f281249c3cc3121d8665d..aa37635c702b24001cb1786dd10dbddd69ffbf63 100644 (file)
@@ -516,7 +516,7 @@ void read_file(FILE *f, const char *filename)
            if (fileptr == openfile->filebot)
                openfile->filebot = openfile->current;
 
-           /* Move fileptr back one line and delete the old fileptr,
+           /* Move fileptr back one line and blow away the old fileptr,
             * since its text has been saved. */
            fileptr = fileptr->prev;
            if (fileptr != NULL) {