summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1999-07-04 18:37:20 +0000
committerMarc Espie <espie@cvs.openbsd.org>1999-07-04 18:37:20 +0000
commitf50d1faacd78617091af37eb06f302a85716391d (patch)
tree1ebdec7d4c2095b03b5c9e4d3e9ed9660c77fe7c
parent415a27826ea73d18d079f853b98e3f59138e7abb (diff)
Typos
-rw-r--r--sys/net/bpf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/net/bpf.h b/sys/net/bpf.h
index ecc10b0fe28..d366f9aae61 100644
--- a/sys/net/bpf.h
+++ b/sys/net/bpf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bpf.h,v 1.9 1999/05/26 19:26:11 brad Exp $ */
+/* $OpenBSD: bpf.h,v 1.10 1999/07/04 18:37:19 espie Exp $ */
/* $NetBSD: bpf.h,v 1.15 1996/12/13 07:57:33 mikel Exp $ */
/*
@@ -99,7 +99,7 @@ struct bpf_version {
* BPF ioctls
*
* The first set is for compatibility with Sun's pcc style
- * header files. If your using gcc, we assume that you
+ * header files. If you're using gcc, we assume that you
* have run fixincludes so the latter set should work.
*/
#if (defined(sun) || defined(ibm032)) && !defined(__GNUC__)
@@ -186,7 +186,7 @@ struct bpf_hdr {
#define DLT_PPP_BSDOS 14 /* BSD/OS Point-to-point Protocol */
/*
- * The instruction encondings.
+ * The instruction encodings.
*/
/* instruction classes */
#define BPF_CLASS(code) ((code) & 0x07)