aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/TempDataLogger/Lib/FATFs/ffconf.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-07-30 08:29:53 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-07-30 08:29:53 +0000
commit2034141a7eb4d21a738f688b5e35a43793d17fbc (patch)
treee08d9737d2b91825e29bacdce1150d441e6aeb72 /Projects/TempDataLogger/Lib/FATFs/ffconf.h
parentfd9b34aac48ad969b9ef9e4a9d7120ae924cec39 (diff)
downloadlufa-2034141a7eb4d21a738f688b5e35a43793d17fbc.tar.gz
lufa-2034141a7eb4d21a738f688b5e35a43793d17fbc.tar.bz2
lufa-2034141a7eb4d21a738f688b5e35a43793d17fbc.zip
Spell check more of the third party libraries used by LUFA.
Diffstat (limited to 'Projects/TempDataLogger/Lib/FATFs/ffconf.h')
-rw-r--r--Projects/TempDataLogger/Lib/FATFs/ffconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Projects/TempDataLogger/Lib/FATFs/ffconf.h b/Projects/TempDataLogger/Lib/FATFs/ffconf.h
index 1087c3a0e..a217b0bf8 100644
--- a/Projects/TempDataLogger/Lib/FATFs/ffconf.h
+++ b/Projects/TempDataLogger/Lib/FATFs/ffconf.h
@@ -163,10 +163,10 @@
/* Include a header file here to define O/S system calls */
/* #include <windows.h>, <ucos_ii.h.h>, <semphr.h> or others. */
-/* The _FS_REENTRANT option switches the reentrancy of the FatFs module.
+/* The _FS_REENTRANT option switches the re-entrancy of the FatFs module.
/
-/ 0: Disable reentrancy. _SYNC_t and _FS_TIMEOUT have no effect.
-/ 1: Enable reentrancy. Also user provided synchronization handlers,
+/ 0: Disable re-entrancy. _SYNC_t and _FS_TIMEOUT have no effect.
+/ 1: Enable re-entrancy. Also user provided synchronization handlers,
/ ff_req_grant, ff_rel_grant, ff_del_syncobj and ff_cre_syncobj
/ function must be added to the project. */