summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/ti/if_tireg.h2
-rw-r--r--sys/pci/if_tireg.h2
2 files changed, 2 insertions, 2 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.
*/
diff --git a/sys/pci/if_tireg.h b/sys/pci/if_tireg.h
index 1bcdfbc..d2b270c 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.
*/
OpenPOWER on IntegriCloud