aboutsummaryrefslogtreecommitdiff
path: root/Projects/TempDataLogger/Lib/SCSI.c
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-07-29 16:20:45 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-07-29 16:20:45 +0000
commit98189a39336652e6d8e71279741e4d74abdcece3 (patch)
treeeff8174e307ea39ee7c1351fde7c23f0f33faf6c /Projects/TempDataLogger/Lib/SCSI.c
parent2c3a27490f4ac7ff2ab6ad359281006f692cf3d4 (diff)
Spell check all source files once again to find any typos.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1420 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/TempDataLogger/Lib/SCSI.c')
-rw-r--r--Projects/TempDataLogger/Lib/SCSI.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/TempDataLogger/Lib/SCSI.c b/Projects/TempDataLogger/Lib/SCSI.c
index 390441aa..6923f781 100644
--- a/Projects/TempDataLogger/Lib/SCSI.c
+++ b/Projects/TempDataLogger/Lib/SCSI.c
@@ -241,7 +241,7 @@ static void SCSI_Command_Send_Diagnostic(USB_ClassInfo_MS_Device_t* const MSInte
}
/** Command processing for an issued SCSI READ (10) or WRITE (10) command. This command reads in the block start address
- * and total number of blocks to process, then calls the appropriate low-level dataflash routine to handle the actual
+ * and total number of blocks to process, then calls the appropriate low-level Dataflash routine to handle the actual
* reading and writing of the data.
*
* \param[in] MSInterfaceInfo Pointer to the Mass Storage class interface structure that the command is associated with