diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-03-26 18:59:45 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-03-26 18:59:45 +0000 |
commit | f2e974954bcc02bb39e3bf2e142a08c9243c654d (patch) | |
tree | 25769626375b1a90d51e709d463cb82de550b1bb /Bootloaders | |
parent | 3bc066cd6975dd5cc917c63631045b607a9acc3e (diff) | |
download | lufa-f2e974954bcc02bb39e3bf2e142a08c9243c654d.tar.gz lufa-f2e974954bcc02bb39e3bf2e142a08c9243c654d.tar.bz2 lufa-f2e974954bcc02bb39e3bf2e142a08c9243c654d.zip |
Minor documentation improvements.
Diffstat (limited to 'Bootloaders')
-rw-r--r-- | Bootloaders/MassStorage/Lib/VirtualFAT.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Bootloaders/MassStorage/Lib/VirtualFAT.c b/Bootloaders/MassStorage/Lib/VirtualFAT.c index 5b94ed32a..2e90a8101 100644 --- a/Bootloaders/MassStorage/Lib/VirtualFAT.c +++ b/Bootloaders/MassStorage/Lib/VirtualFAT.c @@ -92,8 +92,8 @@ static FATDirectoryEntry_t FirmwareFileEntries[] = }, /* VFAT Long File Name entry for the virtual firmware file; required to - * prevent corruption of systems that are unable to detect the device - * as being a legacy MSDOS style FAT12 volume to prevent corruption. */ + * prevent corruption from systems that are unable to detect the device + * as being a legacy MSDOS style FAT12 volume. */ { .VFAT_LongFileName = { |