diff options
| author | Dean Camera <dean@fourwalledcubicle.com> | 2012-08-18 14:54:37 +0000 |
|---|---|---|
| committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-08-18 14:54:37 +0000 |
| commit | 1cb60c1214c82ac117a7ede9e29351e902ee7c35 (patch) | |
| tree | df4d07eaaa9fb6eeff71e62039d1ac78e41ffff8 /Projects/Webserver/Lib/FATFs/ffconf.h | |
| parent | 8d8e5c06b9c6c7410ec6a08c530dfaf6e4bf213f (diff) | |
| download | lufa-1cb60c1214c82ac117a7ede9e29351e902ee7c35.tar.gz lufa-1cb60c1214c82ac117a7ede9e29351e902ee7c35.tar.bz2 lufa-1cb60c1214c82ac117a7ede9e29351e902ee7c35.zip | |
Spell-check latest trunk source code.
Diffstat (limited to 'Projects/Webserver/Lib/FATFs/ffconf.h')
| -rw-r--r-- | Projects/Webserver/Lib/FATFs/ffconf.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Projects/Webserver/Lib/FATFs/ffconf.h b/Projects/Webserver/Lib/FATFs/ffconf.h index 37ea9e4a7..782f2bd65 100644 --- a/Projects/Webserver/Lib/FATFs/ffconf.h +++ b/Projects/Webserver/Lib/FATFs/ffconf.h @@ -117,7 +117,7 @@ / 1: Enable relative path. f_chdrive() and f_chdir() are available. / 2: f_getcwd() is available in addition to 1. / -/ Note that output of the f_readdir fnction is affected by this option. */ +/ Note that output of the f_readdir function is affected by this option. */ @@ -134,18 +134,18 @@ / Always set 512 for memory card and hard disk but a larger value may be / required for on-board flash memory, floppy disk and optical disk. / When _MAX_SS is larger than 512, it configures FatFs to variable sector size -/ and GET_SECTOR_SIZE command must be implememted to the disk_ioctl function. */ +/ and GET_SECTOR_SIZE command must be implemented to the disk_ioctl function. */ #define _MULTI_PARTITION 0 /* 0:Single partition or 1:Multiple partition */ /* When set to 0, each volume is bound to the same physical drive number and -/ it can mount only first primaly partition. When it is set to 1, each volume +/ it can mount only first primary partition. When it is set to 1, each volume / is tied to the partitions listed in VolToPart[]. */ #define _USE_ERASE 0 /* 0:Disable or 1:Enable */ /* To enable sector erase feature, set _USE_ERASE to 1. CTRL_ERASE_SECTOR command -/ should be added to the disk_ioctl functio. */ +/ should be added to the disk_ioctl function. */ @@ -182,7 +182,7 @@ #define _FS_SHARE 0 /* 0:Disable or >=1:Enable */ -/* To enable file shareing feature, set _FS_SHARE to 1 or greater. The value +/* To enable file sharing feature, set _FS_SHARE to 1 or greater. The value defines how many files can be opened simultaneously. */ |
