diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-07-30 10:58:16 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-07-30 10:58:16 +0000 |
| commit | 1a30e6254eead808b9c9143cdbe64c8cf83fae9b (patch) | |
| tree | 29fb2a32ed090c1e035378d075d52d139027029d /Projects/Webserver/Lib | |
| parent | 7dba4b555bc6d718e5f9d666cdd793b637681f0d (diff) | |
Oops - fix mixed "initialize" and "initialise" - opt for American spelling due to its wide use in technical standards.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1427 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/Webserver/Lib')
| -rw-r--r-- | Projects/Webserver/Lib/FATFs/ff.c | 2 | ||||
| -rw-r--r-- | Projects/Webserver/Lib/uip/uip.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Projects/Webserver/Lib/FATFs/ff.c b/Projects/Webserver/Lib/FATFs/ff.c index e4d52346..31340df8 100644 --- a/Projects/Webserver/Lib/FATFs/ff.c +++ b/Projects/Webserver/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; diff --git a/Projects/Webserver/Lib/uip/uip.h b/Projects/Webserver/Lib/uip/uip.h index abc72208..83a08a8a 100644 --- a/Projects/Webserver/Lib/uip/uip.h +++ b/Projects/Webserver/Lib/uip/uip.h @@ -232,7 +232,7 @@ typedef struct uip_eth_addr uip_lladdr_t; /** * uIP initialization function. * - * This function should be called at boot up to initialise the uIP + * This function should be called at boot up to initialize the uIP * TCP/IP stack. */ void uip_init(void); |
