summaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-03-27 11:23:00 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-03-27 11:23:00 +0000
commitad768376bc269136c6ef1aa27207624f7ffce5d8 (patch)
treef3c8270df7e8c69702d4bee1370b30c4a962b3bd /sys/net
parent59623f9705b56e0d932234598ecd816984f345ad (diff)
grammar from bret lambert, and one more from me;
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if.h b/sys/net/if.h
index 72f7e9847a6..ccc2b6cbb95 100644
--- a/sys/net/if.h
+++ b/sys/net/if.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if.h,v 1.86 2007/02/09 09:16:59 jmc Exp $ */
+/* $OpenBSD: if.h,v 1.87 2007/03/27 11:22:59 jmc Exp $ */
/* $NetBSD: if.h,v 1.23 1996/05/07 02:40:27 thorpej Exp $ */
/*
@@ -65,7 +65,7 @@
* packet input routine.
*
* Routines exist for locating interfaces by their addresses
- * or for locating a interface on a certain network, as well as more general
+ * or for locating an interface on a certain network, as well as more general
* routing and gateway routines maintaining information used to locate
* interfaces. These routines live in the files if.c and route.c
*/