From: Ted Lemon Date: Sat, 22 Nov 1997 07:51:38 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: DHCP-971122~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ba81331d1e8167c5f1afd3ac18d679b224daefa;p=thirdparty%2Fdhcp.git Fix typo in comment. --- diff --git a/common/dispatch.c b/common/dispatch.c index 7cb9f2773..61020a58c 100644 --- a/common/dispatch.c +++ b/common/dispatch.c @@ -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);