aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/scsi/libsas.txt
diff options
context:
space:
mode:
authorMatt LaPlante <kernel1@cyberdogtech.com>2006-11-30 04:55:36 +0100
committerAdrian Bunk <bunk@stusta.de>2006-11-30 04:55:36 +0100
commitfa00e7e152690adc17fdc318e64909d4aff1763e (patch)
tree8d22553cc2ff2505a8973b3b7a37c718cac8926b /Documentation/scsi/libsas.txt
parentFix jiffies.h comment (diff)
downloadlinux-dev-fa00e7e152690adc17fdc318e64909d4aff1763e.tar.xz
linux-dev-fa00e7e152690adc17fdc318e64909d4aff1763e.zip
Fix typos in /Documentation : 'T''
This patch fixes typos in various Documentation txts. The patch addresses some +words starting with the letter 'T'. Signed-off-by: Matt LaPlante <kernel1@cyberdogtech.com> Acked-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'Documentation/scsi/libsas.txt')
-rw-r--r--Documentation/scsi/libsas.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/scsi/libsas.txt b/Documentation/scsi/libsas.txt
index 9e2078b2a615..aa54f54c4a50 100644
--- a/Documentation/scsi/libsas.txt
+++ b/Documentation/scsi/libsas.txt
@@ -393,7 +393,7 @@ struct sas_task {
task_proto -- _one_ of enum sas_proto
scatter -- pointer to scatter gather list array
num_scatter -- number of elements in scatter
- total_xfer_len -- total number of bytes expected to be transfered
+ total_xfer_len -- total number of bytes expected to be transferred
data_dir -- PCI_DMA_...
task_done -- callback when the task has finished execution
};