aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/Lib/uip/uip.h
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/Webserver/Lib/uip/uip.h
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/Webserver/Lib/uip/uip.h')
-rw-r--r--Projects/Webserver/Lib/uip/uip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/Webserver/Lib/uip/uip.h b/Projects/Webserver/Lib/uip/uip.h
index abc72208f..83a08a8a0 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);