diff options
Diffstat (limited to 'sys/dev/ti')
-rw-r--r-- | sys/dev/ti/if_tireg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ti/if_tireg.h b/sys/dev/ti/if_tireg.h index 1bcdfbc..d2b270c 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. */ |