From: David Lawrence Ramsey Date: Fri, 11 Nov 2005 05:21:38 +0000 (+0000) Subject: comment fix X-Git-Tag: v1.3.10~84 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=da0691b4ad443321e3ce01564dceb4db8dbd0cf9;p=nano.git comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3162 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/files.c b/src/files.c index a7885dfa..aa37635c 100644 --- a/src/files.c +++ b/src/files.c @@ -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) {