From c27109e92b149537ecdb9a7c93a4375a228f8b4e Mon Sep 17 00:00:00 2001 From: SUZUKI Shinsuke Date: Wed, 8 Jun 2005 23:51:42 +0000 Subject: [PATCH] fixed typo Obtained from: KAME MFC after: 1 day --- usr.sbin/rtsold/rtsold.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/rtsold/rtsold.c b/usr.sbin/rtsold/rtsold.c index f9dca79537d..be263ad22d6 100644 --- a/usr.sbin/rtsold/rtsold.c +++ b/usr.sbin/rtsold/rtsold.c @@ -69,7 +69,7 @@ int dflag = 0; char *otherconf_script; -/* protocol constatns */ +/* protocol constants */ #define MAX_RTR_SOLICITATION_DELAY 1 /* second */ #define RTR_SOLICITATION_INTERVAL 4 /* seconds */ #define MAX_RTR_SOLICITATIONS 3 /* times */ @@ -265,7 +265,7 @@ main(int argc, char **argv) /* configuration per interface */ if (ifinit()) { warnmsg(LOG_ERR, __func__, - "failed to initilizatoin interfaces"); + "failed to initialization interfaces"); exit(1); /*NOTREACHED*/ } @@ -695,7 +695,7 @@ rtsol_timer_update(struct ifinfo *ifinfo) /* * After sending MAX_RTR_SOLICITATIONS solicitations, * we're just waiting for possible replies; there - * will be no more solicatation. Thus, we change + * will be no more solicitation. Thus, we change * the timer value to MAX_RTR_SOLICITATION_DELAY based * on RFC 2461, Section 6.3.7. */