Grammar police; noted by Peter Seebach <seebs@solon.com>. Closes PR #1982.

This commit is contained in:
scottr 1996-02-05 17:39:25 +00:00
parent ceae6db272
commit 5517c6a36f
1 changed files with 2 additions and 2 deletions

View File

@ -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 <jpo@cs.nott.ac.uk>
@ -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.