From 24d3d0ecff9cbd0c762fa958275b5f6037cb925b Mon Sep 17 00:00:00 2001 From: Michael Graff Date: Sat, 20 May 2000 01:30:16 +0000 Subject: [PATCH] fix a slight documentation bug --- lib/isc/include/isc/buffer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/isc/include/isc/buffer.h b/lib/isc/include/isc/buffer.h index faad918a2f..0b685a7831 100644 --- a/lib/isc/include/isc/buffer.h +++ b/lib/isc/include/isc/buffer.h @@ -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: *