diff options
author | jhb <jhb@FreeBSD.org> | 2005-09-29 15:04:58 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2005-09-29 15:04:58 +0000 |
commit | 2f8b40443aef15f7c63c2004aa3e4198d96746ab (patch) | |
tree | ea707fecc303b35d64de929d010784bfcf2c6944 /sys/dev/ti | |
parent | 6893ea82358f5b6ed25bbd8409aace57c7dbb520 (diff) | |
download | FreeBSD-src-2f8b40443aef15f7c63c2004aa3e4198d96746ab.zip FreeBSD-src-2f8b40443aef15f7c63c2004aa3e4198d96746ab.tar.gz |
Typo.
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. */ |