summaryrefslogtreecommitdiffstats
path: root/sys/net/route.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1998-04-17 22:37:19 +0000
committerdes <des@FreeBSD.org>1998-04-17 22:37:19 +0000
commit396b11447523f0a81228e0735758e09c792bcb5b (patch)
tree3c760cd87265a5a428738ce4b995557356f1d86b /sys/net/route.c
parent86e1a21b7908937d1545c2d878f7be7e149558aa (diff)
downloadFreeBSD-src-396b11447523f0a81228e0735758e09c792bcb5b.zip
FreeBSD-src-396b11447523f0a81228e0735758e09c792bcb5b.tar.gz
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
Diffstat (limited to 'sys/net/route.c')
-rw-r--r--sys/net/route.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/net/route.c b/sys/net/route.c
index ab1e8ea..f011264 100644
--- a/sys/net/route.c
+++ b/sys/net/route.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)route.c 8.2 (Berkeley) 11/15/93
- * $Id: route.c,v 1.48 1998/02/06 12:13:48 eivind Exp $
+ * $Id: route.c,v 1.49 1998/02/09 06:09:59 eivind Exp $
*/
#include "opt_inet.h"
@@ -495,7 +495,7 @@ rtrequest(req, dst, gateway, netmask, flags, ret_nrt)
/*
* Remove any external references we may have.
* This might result in another rtentry being freed if
- * we held it's last reference.
+ * we held its last reference.
*/
if (rt->rt_gwroute) {
rt = rt->rt_gwroute;
@@ -1050,7 +1050,7 @@ rtinit(ifa, cmd, flags)
ifa->ifa_refcnt++;
/*
* Now ask the protocol to check if it needs
- * any special processing in it's new form.
+ * any special processing in its new form.
*/
if (ifa->ifa_rtrequest)
ifa->ifa_rtrequest(RTM_ADD, rt, SA(0));
OpenPOWER on IntegriCloud