summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-02-09 09:17:00 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-02-09 09:17:00 +0000
commit680a3c9413e5b3141e8ce99e90a98f9f03a9532b (patch)
tree73acfb3a81b313b61813e4c56f156bbcc453c090 /sys
parentee28eabbb1ef9aa8475f5cc1673ed28877f70417 (diff)
grammar fix from bret lambert;
Diffstat (limited to 'sys')
-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 5c6026faba0..72f7e9847a6 100644
--- a/sys/net/if.h
+++ b/sys/net/if.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if.h,v 1.85 2006/11/28 19:21:15 reyk Exp $ */
+/* $OpenBSD: if.h,v 1.86 2007/02/09 09:16:59 jmc Exp $ */
/* $NetBSD: if.h,v 1.23 1996/05/07 02:40:27 thorpej Exp $ */
/*
@@ -60,7 +60,7 @@
* and then transmits it on its medium.
*
* On input, each interface unwraps the data received by it, and either
- * places it on the input queue of a internetwork datagram routine
+ * places it on the input queue of an internetwork datagram routine
* and posts the associated software interrupt, or passes the datagram to a raw
* packet input routine.
*