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

This commit is contained in:
Greg Lehey 1999-09-27 01:51:42 +00:00
parent a78b40a525
commit 1441456f23
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().
*/