aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/TempDataLogger/Lib/FATFs
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-07-30 10:58:16 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-07-30 10:58:16 +0000
commit612df774d9fbddc2e9cb36e6bca849746aa925f5 (patch)
tree29fb2a32ed090c1e035378d075d52d139027029d /Projects/TempDataLogger/Lib/FATFs
parent0f45b9c8e076483cd546d0bc9c606b73455295c6 (diff)
downloadlufa-612df774d9fbddc2e9cb36e6bca849746aa925f5.tar.gz
lufa-612df774d9fbddc2e9cb36e6bca849746aa925f5.tar.bz2
lufa-612df774d9fbddc2e9cb36e6bca849746aa925f5.zip
Oops - fix mixed "initialize" and "initialise" - opt for American spelling due to its wide use in technical standards.
Diffstat (limited to 'Projects/TempDataLogger/Lib/FATFs')
-rw-r--r--Projects/TempDataLogger/Lib/FATFs/ff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/TempDataLogger/Lib/FATFs/ff.c b/Projects/TempDataLogger/Lib/FATFs/ff.c
index 0aedb6bc4..3da658e97 100644
--- a/Projects/TempDataLogger/Lib/FATFs/ff.c
+++ b/Projects/TempDataLogger/Lib/FATFs/ff.c
@@ -1723,7 +1723,7 @@ FRESULT chk_mounted ( /* FR_OK(0): successful, !=0: any error occurred */
if (fmt == 3) return FR_DISK_ERR;
if (fmt) return FR_NO_FILESYSTEM; /* No FAT volume is found */
- /* Following code initialises the file system object */
+ /* Following code initializes the file system object */
if (LD_WORD(fs->win+BPB_BytsPerSec) != SS(fs)) /* (BPB_BytsPerSec must be equal to the physical sector size) */
return FR_NO_FILESYSTEM;