diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-30 08:29:53 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-30 08:29:53 +0000 |
commit | 2034141a7eb4d21a738f688b5e35a43793d17fbc (patch) | |
tree | e08d9737d2b91825e29bacdce1150d441e6aeb72 /Projects/TempDataLogger/Lib/FATFs/ff.c | |
parent | fd9b34aac48ad969b9ef9e4a9d7120ae924cec39 (diff) | |
download | lufa-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/ff.c')
-rw-r--r-- | Projects/TempDataLogger/Lib/FATFs/ff.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Projects/TempDataLogger/Lib/FATFs/ff.c b/Projects/TempDataLogger/Lib/FATFs/ff.c index 7f4cd25fb..6b393747f 100644 --- a/Projects/TempDataLogger/Lib/FATFs/ff.c +++ b/Projects/TempDataLogger/Lib/FATFs/ff.c @@ -114,7 +114,7 @@ #endif -/* Reentrancy related */ +/* Re-entrancy related */ #if _FS_REENTRANT #if _USE_LFN == 1 #error Static LFN work area must not be used in re-entrant configuration. @@ -304,7 +304,7 @@ void unlock_fs ( /*-----------------------------------------------------------------------*/ -/* File shareing control functions */ +/* File sharing control functions */ /*-----------------------------------------------------------------------*/ #if _FS_SHARE |