From 5517c6a36f19627694a1e1bba26b9ede26e6315b Mon Sep 17 00:00:00 2001 From: scottr Date: Mon, 5 Feb 1996 17:39:25 +0000 Subject: [PATCH] Grammar police; noted by Peter Seebach . Closes PR #1982. --- sys/net/if_tun.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/net/if_tun.c b/sys/net/if_tun.c index c53b953628cd..0080f04cefc9 100644 --- a/sys/net/if_tun.c +++ b/sys/net/if_tun.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_tun.c,v 1.20 1996/02/01 07:28:18 mycroft Exp $ */ +/* $NetBSD: if_tun.c,v 1.21 1996/02/05 17:39:25 scottr Exp $ */ /* * Copyright (c) 1988, Julian Onions @@ -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 its * 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.