From 6ba81331d1e8167c5f1afd3ac18d679b224daefa Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Sat, 22 Nov 1997 07:51:38 +0000 Subject: [PATCH] Fix typo in comment. --- common/dispatch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.47.2