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.c | |
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.c')
-rw-r--r-- | sys/net/if_tun.c | 2 |
1 files changed, 1 insertions, 1 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. |