comment fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2745 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
David Lawrence Ramsey
2005-06-21 04:16:12 +00:00
parent 68c10963c4
commit 01e13ea1c1
6 changed files with 8 additions and 6 deletions

View File

@@ -68,7 +68,7 @@ filestruct *read_line(char *buf, filestruct *prevnode, bool
{
filestruct *fileptr = (filestruct *)nmalloc(sizeof(filestruct));
/* Convert nulls to newlines. len is the string's real length
/* Convert nulls to newlines. buf_len is the string's real length
* here. */
unsunder(buf, buf_len);