]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Correct comment (from Brian Murrell)
authorTed Lemon <source@isc.org>
Mon, 4 Oct 1999 23:50:45 +0000 (23:50 +0000)
committerTed Lemon <source@isc.org>
Mon, 4 Oct 1999 23:50:45 +0000 (23:50 +0000)
includes/isc/types.h

index 2a3e7e3276f499ac8156025db3b532e145a7fa88..da318061987c49ff1ceb716af305ee06b1b96225 100644 (file)
@@ -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.