diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-07-06 14:30:58 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-07-06 14:30:58 +0000 |
commit | 9d256064c4c28201b0c2319324e7c8a9b3a9f3f2 (patch) | |
tree | fb897e163ad4441e21497bb6503ff43da9923a87 /sys/dev | |
parent | 0ea19022eb31b6e65961794b8d1a9f5d4b239a7f (diff) |
OpenBSD tag + typo
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/if_fxp.c | 3 |
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 |