From ccb7a62ef7039e2a677ae449464b7c8675177ce9 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 29 Sep 2005 15:04:58 +0000 Subject: [PATCH] Typo. --- sys/dev/ti/if_tireg.h | 2 +- sys/pci/if_tireg.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/ti/if_tireg.h b/sys/dev/ti/if_tireg.h index 1bcdfbc44f83..d2b270cf3c64 100644 --- a/sys/dev/ti/if_tireg.h +++ b/sys/dev/ti/if_tireg.h @@ -673,7 +673,7 @@ struct ti_tx_desc { * 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 data 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. */ diff --git a/sys/pci/if_tireg.h b/sys/pci/if_tireg.h index 1bcdfbc44f83..d2b270cf3c64 100644 --- a/sys/pci/if_tireg.h +++ b/sys/pci/if_tireg.h @@ -673,7 +673,7 @@ struct ti_tx_desc { * 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 data 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. */