projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Oops - fix mixed "initialize" and "initialise" - opt for American spelling due to...
[pub/USBasp.git]
/
Projects
/
Webserver
/
Lib
/
uip
/
uip.h
diff --git
a/Projects/Webserver/Lib/uip/uip.h
b/Projects/Webserver/Lib/uip/uip.h
index
abc7220
..
83a08a8
100644
(file)
--- 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 initiali
s
e the uIP
+ * This function should be called at boot up to initiali
z
e the uIP
* TCP/IP stack.
*/
void uip_init(void);