diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-03-14 21:08:53 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-03-14 21:08:53 +0000 |
commit | 1575ca57bb1039415227bf18e0964b7c2d4fb653 (patch) | |
tree | 31ccd9852128a04d8fdd2e40d446d6bdb445b5b8 /Bootloaders | |
parent | e635872612fb054791a121a2920432574b9245bb (diff) | |
download | lufa-1575ca57bb1039415227bf18e0964b7c2d4fb653.tar.gz lufa-1575ca57bb1039415227bf18e0964b7c2d4fb653.tar.bz2 lufa-1575ca57bb1039415227bf18e0964b7c2d4fb653.zip |
Minor documentation improvements.
Diffstat (limited to 'Bootloaders')
-rw-r--r-- | Bootloaders/MassStorage/Lib/VirtualFAT.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bootloaders/MassStorage/Lib/VirtualFAT.c b/Bootloaders/MassStorage/Lib/VirtualFAT.c index 024c4a6f0..ee0107c1b 100644 --- a/Bootloaders/MassStorage/Lib/VirtualFAT.c +++ b/Bootloaders/MassStorage/Lib/VirtualFAT.c @@ -75,7 +75,7 @@ static const FATBootBlock_t BootBlock = static FATDirectoryEntry_t FirmwareFileEntries[2] = { /* Root volume label entry; disk label is contained in the Filename and - * Extension fields (concantenated) with a special attribute flag - other + * Extension fields (concatenated) with a special attribute flag - other * fields are ignored. Should be the same as the label in the boot block. */ { |