diff options
-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 = { |