summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1997-07-06 14:30:58 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1997-07-06 14:30:58 +0000
commit9d256064c4c28201b0c2319324e7c8a9b3a9f3f2 (patch)
treefb897e163ad4441e21497bb6503ff43da9923a87
parent0ea19022eb31b6e65961794b8d1a9f5d4b239a7f (diff)
OpenBSD tag + typo
-rw-r--r--sys/dev/pci/if_fxp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_fxp.c b/sys/dev/pci/if_fxp.c
index 383d1464f32..b8e96f83a42 100644
--- a/sys/dev/pci/if_fxp.c
+++ b/sys/dev/pci/if_fxp.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: if_fxp.c,v 1.4 1997/07/06 14:30:57 niklas Exp $ */
/* $NetBSD: if_fxp.c,v 1.2 1997/06/05 02:01:55 thorpej Exp $ */
/*
@@ -129,7 +130,7 @@
* the first thing in the packet is a 14-byte Ethernet header.
* This means that the packet is misaligned. To compensate,
* we actually offset the RFA 2 bytes into the cluster. This
- * alignes the packet after the Ethernet header at a 32-bit
+ * aligns the packet after the Ethernet header at a 32-bit
* boundary. HOWEVER! This means that the RFA is misaligned!
*/
#define RFA_ALIGNMENT_FUDGE 2