summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2020-05-20 23:47:24 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2020-05-20 23:47:24 +0000
commit3943a8fe49bae42a889a56e67bfcd221b567cfd3 (patch)
treeee584f2bd41694b54a44606544b6fd6cdc49ead3 /sbin
parent8abdf733960e433e83bfb7e0821451096057d973 (diff)
Fix typo in comment.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/dhclient/kroute.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dhclient/kroute.c b/sbin/dhclient/kroute.c
index 9a7a3edb10e..c6112cfce34 100644
--- a/sbin/dhclient/kroute.c
+++ b/sbin/dhclient/kroute.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kroute.c,v 1.178 2020/05/20 19:13:34 krw Exp $ */
+/* $OpenBSD: kroute.c,v 1.179 2020/05/20 23:47:23 krw Exp $ */
/*
* Copyright 2012 Kenneth R Westerback <krw@openbsd.org>
@@ -256,7 +256,7 @@ get_rtaddrs(int addrs, struct sockaddr *sa, struct sockaddr **rti_info)
}
}
/*
- * route_in_rtstatic() finds the position of the route in *rtm withing
+ * route_in_rtstatic() finds the position of the route in *rtm within
* the list of routes in rtstatic.
*
* If the route is not contained in rtstatic, return rtstatic_len.