summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtsold
diff options
context:
space:
mode:
authorsuz <suz@FreeBSD.org>2005-06-08 23:51:42 +0000
committersuz <suz@FreeBSD.org>2005-06-08 23:51:42 +0000
commit0d934928d9755c44502f0aca86563092c0caba05 (patch)
treed86ff2108bc50d0cc310399b6f67e6624c3572cc /usr.sbin/rtsold
parent32f0803c8376a7ae67c9562428afd2e261509951 (diff)
downloadFreeBSD-src-0d934928d9755c44502f0aca86563092c0caba05.zip
FreeBSD-src-0d934928d9755c44502f0aca86563092c0caba05.tar.gz
fixed typo
Obtained from: KAME MFC after: 1 day
Diffstat (limited to 'usr.sbin/rtsold')
-rw-r--r--usr.sbin/rtsold/rtsold.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/rtsold/rtsold.c b/usr.sbin/rtsold/rtsold.c
index f9dca79..be263ad 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.
*/
OpenPOWER on IntegriCloud