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:
@@ -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:
|
||||
*
|
||||
|
Reference in New Issue
Block a user