summaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2013-01-17 00:48:05 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2013-01-17 00:48:05 +0000
commit5d884c83a510f9ee3d2f7f5d0c9c9ac88175ed1d (patch)
treebb44a5b27367445d86ffb19626f312269c0ce608 /sys/net
parent912630dde59eb16b8bc97de41a25ae972a11d836 (diff)
first or second coming, commie or not commie, one m in coming is sufficient
ok claudio
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if_gif.c4
-rw-r--r--sys/net/if_llc.h4
-rw-r--r--sys/net/pfvar.h4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/net/if_gif.c b/sys/net/if_gif.c
index 3407d23591f..709cadb0a89 100644
--- a/sys/net/if_gif.c
+++ b/sys/net/if_gif.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_gif.c,v 1.58 2012/10/05 17:17:04 camield Exp $ */
+/* $OpenBSD: if_gif.c,v 1.59 2013/01/17 00:48:04 henning Exp $ */
/* $KAME: if_gif.c,v 1.43 2001/02/20 08:51:07 itojun Exp $ */
/*
@@ -171,7 +171,7 @@ gif_start(struct ifnet *ifp)
family = sc->gif_psrc->sa_family;
/*
- * Check if the packet is comming via bridge and needs
+ * Check if the packet is coming via bridge and needs
* etherip encapsulation or not. bridge(4) directly calls
* the start function and bypasses the if_output function
* so we need to do the encap here.
diff --git a/sys/net/if_llc.h b/sys/net/if_llc.h
index 423ff8c84e3..3557c83c0b6 100644
--- a/sys/net/if_llc.h
+++ b/sys/net/if_llc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_llc.h,v 1.7 2003/06/02 23:28:12 millert Exp $ */
+/* $OpenBSD: if_llc.h,v 1.8 2013/01/17 00:48:04 henning Exp $ */
/* $NetBSD: if_llc.h,v 1.6 1995/03/08 02:56:57 cgd Exp $ */
/*
@@ -39,7 +39,7 @@
* IEEE 802.2 Link Level Control headers, for use in conjunction with
* 802.{3,4,5} media access control methods.
*
- * Headers here do not use bit fields due to shortcommings in many
+ * Headers here do not use bit fields due to shortcomings in many
* compilers.
*/
diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h
index 1be9b9f894f..38dddee4a6a 100644
--- a/sys/net/pfvar.h
+++ b/sys/net/pfvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfvar.h,v 1.375 2012/12/29 14:53:06 markus Exp $ */
+/* $OpenBSD: pfvar.h,v 1.376 2013/01/17 00:48:04 henning Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -1237,7 +1237,7 @@ struct pf_pdesc {
struct pf_addr nsaddr; /* src address after NAT */
struct pf_addr ndaddr; /* dst address after NAT */
- struct pfi_kif *kif; /* incomming interface */
+ struct pfi_kif *kif; /* incoming interface */
struct mbuf *m; /* mbuf containing the packet */
struct ether_header
*eh;