fix a slight documentation bug

This commit is contained in:
Michael Graff 2000-05-20 01:30:16 +00:00
parent 9dca36b2ab
commit 24d3d0ecff

View file

@ -499,11 +499,11 @@ isc_buffer_getuint32(isc_buffer_t *b);
*
* 'b' is a valid buffer.
*
* The length of the available region of 'b' is at least 2.
* The length of the available region of 'b' is at least 4.
*
* Ensures:
*
* The current pointer in 'b' is advanced by 2.
* The current pointer in 'b' is advanced by 4.
*
* Returns:
*