Correct typo in comment. putccdbuf() releases a buffer, it doesn't allocate one.

This commit is contained in:
grog 1999-09-27 01:51:42 +00:00
parent c16afe3a9e
commit 6d2191426d
2 changed files with 2 additions and 2 deletions

View File

@ -260,7 +260,7 @@ getccdbuf(struct ccdbuf *cpy)
}
/*
* putccdbuf() - Allocate and zero a ccd buffer.
* putccdbuf() - Free a ccd buffer.
*
* This routine is called at splbio().
*/

View File

@ -260,7 +260,7 @@ getccdbuf(struct ccdbuf *cpy)
}
/*
* putccdbuf() - Allocate and zero a ccd buffer.
* putccdbuf() - Free a ccd buffer.
*
* This routine is called at splbio().
*/