Oops - fix mixed "initialize" and "initialise" - opt for American spelling due to its wide use in technical standards.
This commit is contained in:
parent
0f45b9c8e0
commit
612df774d9
11 changed files with 13 additions and 13 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue