From f8a54124a982110d378dbca8d71aec924a2caeb5 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Mon, 4 Oct 1999 23:50:45 +0000 Subject: [PATCH] Correct comment (from Brian Murrell) --- includes/isc/types.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/isc/types.h b/includes/isc/types.h index 2a3e7e327..da3180619 100644 --- a/includes/isc/types.h +++ b/includes/isc/types.h @@ -26,9 +26,9 @@ * including (by means of -I...) the include files that are installed * by BIND. The problem is that the BIND includes also have an * isc/list.h, which gets included above rather than the isc/list.h - * that is packaged with the DHCP server. That include does not - * prepend the macros with "ISC_", the one ith the DHCP's isc/list.h - * does. Sigh. + * that is packaged with the DHCP server. The BIND version of the + * include does not prepend the macros with "ISC_", the one with the + * DHCP's isc/list.h does. Sigh. * * Fixed in BIND 9. Double sigh. This is a temporary fix - we'll * come up with something more correct later. -- 2.47.3