diff options
author | des <des@FreeBSD.org> | 1998-04-17 22:37:19 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 1998-04-17 22:37:19 +0000 |
commit | 396b11447523f0a81228e0735758e09c792bcb5b (patch) | |
tree | 3c760cd87265a5a428738ce4b995557356f1d86b /sys/net/if_tun.h | |
parent | 86e1a21b7908937d1545c2d878f7be7e149558aa (diff) | |
download | FreeBSD-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/if_tun.h')
-rw-r--r-- | sys/net/if_tun.h | 4 |
1 files changed, 2 insertions, 2 deletions
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_ |