From f2e974954bcc02bb39e3bf2e142a08c9243c654d Mon Sep 17 00:00:00 2001
From: Dean Camera <dean@fourwalledcubicle.com>
Date: Tue, 26 Mar 2013 18:59:45 +0000
Subject: [PATCH] Minor documentation improvements.

---
 Bootloaders/MassStorage/Lib/VirtualFAT.c | 4 ++--
 1 file 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 =
 				{
-- 
GitLab