2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

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:
*