]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix typo in comment.
authorTed Lemon <source@isc.org>
Sat, 22 Nov 1997 07:51:38 +0000 (07:51 +0000)
committerTed Lemon <source@isc.org>
Sat, 22 Nov 1997 07:51:38 +0000 (07:51 +0000)
common/dispatch.c

index 7cb9f2773d0e56e7f02bb54ac7ebadc710413e3e..61020a58c861e7a3e599d4efdb0b99055c7819ca 100644 (file)
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: dispatch.c,v 1.44 1997/10/20 21:47:54 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dispatch.c,v 1.45 1997/11/22 07:51:38 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -111,7 +111,7 @@ void discover_interfaces (state)
                ir = INTERFACE_REQUESTED;
 
        /* Cycle through the list of interfaces looking for IP addresses.
-          Go through twice; once to count the number if addresses, and a
+          Go through twice; once to count the number of addresses, and a
           second time to copy them into an array of addresses. */
        for (i = 0; i < ic.ifc_len;) {
                struct ifreq *ifp = (struct ifreq *)((caddr_t)ic.ifc_req + i);