summaryrefslogtreecommitdiffstats
path: root/sys/dev/tl/if_tl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/tl/if_tl.c')
-rw-r--r--sys/dev/tl/if_tl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/tl/if_tl.c b/sys/dev/tl/if_tl.c
index 455dd38..b80e81f 100644
--- a/sys/dev/tl/if_tl.c
+++ b/sys/dev/tl/if_tl.c
@@ -116,7 +116,7 @@ __FBSDID("$FreeBSD$");
* To transmit frames, the driver again sets up lists and fragment
* descriptors, only this time the buffers contain frame data that
* is to be DMA'ed into the chip instead of out of it. Once the chip
- * has transfered the data into its on-board SRAM, it will trigger a
+ * has transferred the data into its on-board SRAM, it will trigger a
* TX 'end of frame' interrupt. It will also generate an 'end of channel'
* interrupt when it reaches the end of the list.
*/
OpenPOWER on IntegriCloud