fixed typo

Obtained from: KAME
MFC after: 1 day
This commit is contained in:
SUZUKI Shinsuke 2005-06-08 23:51:42 +00:00
parent 7999556019
commit c27109e92b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147150

View File

@ -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.
*/