summaryrefslogtreecommitdiffstats
path: root/sys/net
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if_tun.c2
-rw-r--r--sys/net/if_tun.h4
-rw-r--r--sys/net/route.c6
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/net/if_tun.c b/sys/net/if_tun.c
index f6097a7..11f76d9 100644
--- a/sys/net/if_tun.c
+++ b/sys/net/if_tun.c
@@ -8,7 +8,7 @@
* in any changes that are made.
*
* This driver takes packets off the IP i/f and hands them up to a
- * user process to have it's wicked way with. This driver has it's
+ * user process to have its wicked way with. This driver has it's
* roots in a similar driver written by Phil Cockcroft (formerly) at
* UCL. This driver is based much more on read/write/poll mode of
* operation though.
diff --git a/sys/net/if_tun.h b/sys/net/if_tun.h
index 84130d6..3173085 100644
--- a/sys/net/if_tun.h
+++ b/sys/net/if_tun.h
@@ -8,12 +8,12 @@
* in any changes that are made.
*
* This driver takes packets off the IP i/f and hands them up to a
- * user process to have it's wicked way with. This driver has it's
+ * user process to have its wicked way with. This driver has it's
* roots in a similar driver written by Phil Cockcroft (formerly) at
* UCL. This driver is based much more on read/write/select mode of
* operation though.
*
- * $Id$
+ * $Id: if_tun.h,v 1.12 1998/01/26 19:52:34 brian Exp $
*/
#ifndef _NET_IF_TUN_H_
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